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": "Spreadr Amazon Importer Extension",
"short_name": "Spreadr",
"description": "Import products from Amazon to your ecommerce store in just 1-click.",
"version": "3.0.2",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"homepage_url": "https:\/\/apps.shopify.com\/amazon-to-shopify?surface_detail=amazon&surface_inter_position=1&surface_intra_position=4&surface_type=search",
"permissions": [
"tabs",
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"jquery.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}