Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"manifest_version": 3,
"name": "EverBee - Find Best Selling Products on Etsy",
"version": "9.1.12",
"permissions": [
"storage",
"tabs",
"activeTab"
],
"background": {
"service_worker": "backgroundScripts\/background.js"
},
"action": {
"default_icon": "images\/logo2.png"
},
"short_name": "EverBee",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"*:\/\/www.etsy.com\/*"
],
"exclude_matches": [
"https:\/\/www.etsy.com\/your\/*",
"https:\/\/www.etsy.com\/*\/your\/*",
"https:\/\/www.etsy.com\/messages*",
"https:\/\/www.etsy.com\/developers\/*",
"https:\/\/www.etsy.com\/oauth\/*",
"https:\/\/www.etsy.com\/shop\/*\/edit*",
"https:\/\/www.etsy.com\/oauth2\/*"
],
"run_at": "document_end",
"js": [
"production.js"
],
"css": [
"main.css"
],
"media": []
}
],
"description": "Boost your Etsy sales by revealing best selling products. Improve your Etsy store SEO with high-demand, low-competition keywords.",
"icons": {
"16": "images\/logo2.png",
"48": "images\/logo2.png",
"128": "images\/logo2.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*",
"svg\/*",
"everbeeInstalled.js"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/stag-auth.everbee.io\/*",
"https:\/\/auth.everbee.io\/*"
]
},
"homepage_url": "https:\/\/everbee.io",
"privacy_policy": "https:\/\/everbee.io\/policy\/"
}