Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Helium 10 Seller Assistant for Amazon Seller Review Automation",
"version": "1.0.38",
"version_name": "1.0.38",
"description": "Free Amazon Review Request Tool within Amazon Seller Central Help You Get More Done.",
"author": "Helium10 <[email protected]>",
"manifest_version": 3,
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"optional_permissions": [],
"externally_connectable": {
"matches": [
"*:\/\/members.helium10.com\/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_title": "Helium 10 Seller Assistant",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"windows",
"storage",
"unlimitedStorage",
"tabs",
"activeTab",
"scripting"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.helium10.com\/*"
],
"css": [],
"js": [
"vendors.js",
"content-script.js"
],
"run_at": "document_end",
"all_frames": false
}
]
}