FRSH PriceView

FRSH PriceView

Switch between prices in different currencies on the Freshworks pricing pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "FRSH PriceView",
  "version": "1.70.4",
  "description": "Switch between prices in different currencies on the Freshworks pricing pages.",
  "author": "[email protected]",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://www.freshworks.com/freshdesk/pricing/*",
    "https://www.freshworks.com/freshcaller-cloud-pbx/pricing/*",
    "https://www.freshworks.com/omnichannel-suite/pricing/*",
    "https://www.freshworks.com/customer-success-software/pricing/*",
    "https://www.freshworks.com/live-chat-software/pricing/*",
    "https://www.freshworks.com/crm/pricing/*",
    "https://www.freshworks.com/freshservice/pricing/*",
    "https://www.freshworks.com/crm/marketing/pricing/*",
    "https://www.freshworks.com/freshdesk/helpdesk-features/*",
    "https://www.freshworks.com/live-chat-software/plan-comparison/*",
    "https://www.freshworks.com/crm/pricing-compare/*",
    "https://www.freshworks.com/freshservice/service-management-features/*",
    "https://www.freshworks.com/crm/marketing/pricing/compare/*"
  ],
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://www.freshworks.com/freshdesk/pricing/*",
        "https://www.freshworks.com/freshcaller-cloud-pbx/pricing/*",
        "https://www.freshworks.com/omnichannel-suite/pricing/*",
        "https://www.freshworks.com/customer-success-software/pricing/*",
        "https://www.freshworks.com/live-chat-software/pricing/*",
        "https://www.freshworks.com/crm/pricing/*",
        "https://www.freshworks.com/freshservice/pricing/*",
        "https://www.freshworks.com/crm/marketing/pricing/*",
        "https://www.freshworks.com/freshdesk/helpdesk-features/*",
        "https://www.freshworks.com/live-chat-software/plan-comparison/*",
        "https://www.freshworks.com/crm/pricing-compare/*",
        "https://www.freshworks.com/freshservice/service-management-features/*",
        "https://www.freshworks.com/crm/marketing/pricing/compare/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}