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",
"description": "Gather keywords, trends, and data from other shops directly on Etsy.com, Amazon.com, eBay.com and more.",
"version": "3.1.5",
"manifest_version": 3,
"name": "eRank - SEO for Ecommerce",
"action": {
"default_title": "Click to open panel",
"default_icon": "rebrand-34.png"
},
"icons": {
"128": "rebrand-128.png"
},
"background": {
"service_worker": "background.bundle.js"
},
"side_panel": {
"default_path": "loadingpage.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+E",
"mac": "Command+Shift+E"
}
}
},
"content_scripts": [
{
"matches": [
"https:\/\/*.etsy.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"rebrand-128.png",
"rebrand-34.png"
],
"matches": [
"https:\/\/erank.com\/*",
"https:\/\/*.erank.io\/*"
]
}
],
"host_permissions": [
"https:\/\/*.etsy.com\/*",
"https:\/\/*.erank.com\/*",
"https:\/\/*.erank.io\/*"
],
"permissions": [
"storage",
"cookies",
"tabs",
"activeTab",
"sidePanel",
"webNavigation"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
}
}