Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FRSH PriceView", "version": "1.74", "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", "contextMenus" ], "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\/*" ] } ] }