QuickReply Pro Firefox

Examine source code of QuickReply Pro

제작자: JabDesk Add-on
Inspect and view changes in QuickReply Pro source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "QuickReply Pro",
  "version": "1.0.0",
  "description": "Manage and quickly copy support replies with custom icons",
  "browser_specific_settings": {
    "gecko": {
      "id": "quickreplypro@jabdesk.com",
      "strict_min_version": "126.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "alarms",
    "activeTab",
    "scripting",
    "tabs"
  ],
  "background": {
    "scripts": [
      "indexeddb-storage.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "options_page": "settings.html"
}

최고의 QuickReply Pro 대안

다음은 QuickReply Pro과(와) 유사한 Firefox add-on입니다: