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",
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"description": "Report copy & translation issues and submit feedback to HubSpot's localization team in just a few clicks!",
"icons": {
"16": "images\/L10N-Reporting-Icon-Small.png",
"32": "images\/L10N-Reporting-Icon-Small.png",
"128": "images\/L10N-Reporting-Icon-Big.png"
},
"manifest_version": 3,
"name": "HubSpot Copy & Translation Bug Reporting",
"permissions": [
"tabs",
"activeTab",
"declarativeContent",
"contextMenus",
"scripting",
"system.display"
],
"host_permissions": [
"*:\/\/*.hubteam.com\/*",
"*:\/\/*.hubteamqa.com\/*",
"*:\/\/*.hubteam.de\/*",
"*:\/\/*.hubteamqa.de\/*",
"*:\/\/*.hubteam.fr\/*",
"*:\/\/*.hubteamqa.fr\/*",
"*:\/\/*.hubteam.es\/*",
"*:\/\/*.hubteamqa.es\/*",
"*:\/\/*.hubteam.jp\/*",
"*:\/\/*.hubteamqa.jp\/*",
"*:\/\/*.hubspot.com\/*",
"*:\/\/*.hubspotqa.com\/*",
"*:\/\/*.hubspot.de\/*",
"*:\/\/*.hubspotqa.de\/*",
"*:\/\/*.hubspot.fr\/*",
"*:\/\/*.hubspotqa.fr\/*",
"*:\/\/*.hubspot.es\/*",
"*:\/\/*.hubspotqa.es\/*",
"*:\/\/*.hubspot.jp\/*",
"*:\/\/*.hubspotqa.jp\/*",
"*:\/\/*.grader.com\/*",
"*:\/\/*.connect.com\/*",
"*:\/\/*.inbound.com\/*"
],
"version": "1.1.6"
}