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": "4Seller-Amazon Tools",
"description": "The Product Revenue Calculator tool,Amazon sellers can calculate the profit of their products by inputting the ASIN.",
"version": "1.5.2",
"permissions": [
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"48": "\/images\/icon_48.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "\/images\/icon_16.png",
"19": "\/images\/icon_19.png",
"48": "\/images\/icon_48.png",
"128": "\/images\/icon_128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.com\/*"
],
"js": [
"js\/jquery.min.js",
"index.js"
],
"css": [
"css\/comm.css",
"css\/style.css"
]
}
]
}