Customer Quick Reply Firefox

Examine source code of Customer Quick Reply

Inspect and view changes in Customer Quick Reply source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Customer Quick Reply",
  "version": "1.0",
  "description": "Store and send predefined replies to customers quickly.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quickreply@example.com",
      "strict_min_version": "91.0"
    }
  }
}

Meilleures alternatives Customer Quick Reply

Voici quelques Firefox add-ons qui sont similaires à Customer Quick Reply :