Automatically export product reviews to a CSV file for amazon websites
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"page": "/html_background/background.html"
},
"browser_action": {
"default_title": "Export Product Reviews for Amazon",
"default_icon": "/image/icon/free/128.png",
"default_popup": "/ng/popup/comp/popup/popup.html"
},
"description": "Automatically export product reviews to a CSV file for amazon websites",
"icons": {
"16": "/image/icon/free/16.png",
"24": "/image/icon/free/24.png",
"32": "/image/icon/free/32.png",
"48": "/image/icon/free/48.png",
"64": "/image/icon/free/64.png",
"128": "/image/icon/free/128.png",
"256": "/image/icon/free/256.png",
"512": "/image/icon/free/512.png"
},
"name": "Export Product Reviews for Amazon",
"manifest_version": 2,
"short_name": "EPRA",
"permissions": [
"storage",
"https://www.amazon.com.au/*",
"https://www.amazon.com.br/*",
"https://www.amazon.com.mx/*",
"https://www.amazon.cn/*",
"https://www.amazon.fr/*",
"https://www.amazon.de/*",
"https://www.amazon.in/*",
"https://www.amazon.it/*",
"https://www.amazon.co.jp/*",
"https://www.amazon.com.mx/*",
"https://www.amazon.es/*",
"https://www.amazon.co.uk/*",
"https://www.amazon.com/*"
],
"author": "GetCreativeSoftware.dev",
"homepage_url": "https://v22.dev/gcs_webx_h_amazon_review_export/",
"version": "2.0.0.3",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}