Smartbear Collaborator Review ID auto fill

Smartbear Collaborator Review ID auto fill

Auto fill review id in 'Link to TDL-tool' field

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Smartbear Collaborator Review ID auto fill",
  "version": "1.0",
  "description": "Auto fill review id in 'Link to TDL-tool' field",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://*.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}