AMZReviews - Amazon Review Scraper
One click to export/scrape Amazon product reviews to CSV, download Amazon reviews to your computer.
Qu'est-ce que AMZReviews - Amazon Review Scraper ?
AMZReviews - Amazon Review Scraper est une extension Chrome développée par https://getwebooster.com, et sa fonction principale est "One click to export/scrape Amazon product reviews to CSV, download Amazon reviews to your computer.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AMZReviews - Amazon Review Scraper
Téléchargez les fichiers d'extension AMZReviews - Amazon Review Scraper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Do you want to know how users review an Amazon product? It's an Amazon data scraper, with AMZReviews, you can quickly browse users' reviews in CSV file format. Extract Amazon product reviews by one-click. ## Update: 06/24/2023 ## amazon.com has made changes to the display of reviews. Currently, product pages will show a maximum of 100 reviews. If you wish to view more, you will need to utilize the search and filtering functionality for further refinement. Looking to gain valuable insights from user reviews of Amazon products? Look no further! With the AMZReviews browser extension, you can effortlessly browse and extract users' reviews in a convenient CSV file format. Our user-friendly tool allows you to extract Amazon product reviews with just a single click, streamlining your data collection process. Unlock the Power of User Reviews with AMZReviews Discover the true sentiment behind Amazon product reviews with the comprehensive data provided by AMZReviews. Start leveraging our powerful browser extension today to extract and analyze user reviews effortlessly. Gain valuable insights and make informed decisions with ease. Don't miss out on this opportunity to unlock the full potential of user feedback. Boost your Amazon review analysis with AMZReviews now and take your business to new heights! Data Privacy All data is processed in your local computer, it is never passing through our web server, no one knows what you exported. FAQ https://amzreviews.getwebooster.com
Informations de Base sur l'Extension
Nom | AMZReviews - Amazon Review Scraper |
ID | epnapacjpnonncagggmmhppncbmnpecl |
URL Officiel | https://chromewebstore.google.com/detail/amzreviews-amazon-review/epnapacjpnonncagggmmhppncbmnpecl |
Description | One click to export/scrape Amazon product reviews to CSV, download Amazon reviews to your computer. |
Taille du Fichier | 2.25 MB |
Nombre d'Installations | 85 |
Version Actuelle | 1.0.10 |
Dernière Mise à Jour | 2023-09-04 |
Date de Publication | 2023-09-03 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://getwebooster.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://amzreviews.getwebooster.com |
URL de la Page d'Aide | https://amzreviews.getwebooster.com |
URL de la Page de Politique de Confidentialité | https://getwebooster.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "One click to export\/scrape Amazon product reviews to CSV, download Amazon reviews to your computer.", "version": "1.0.10", "manifest_version": 3, "name": "AMZReviews - Amazon Review Scraper", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab", "storage", "identity" ], "host_permissions": [ "*:\/\/*.getwebooster.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*\/dp\/*", "https:\/\/www.amazon.com\/dp\/*", "https:\/\/www.amazon.cn\/*\/dp\/*", "https:\/\/www.amazon.cn\/dp\/*", "https:\/\/www.amazon.de\/*\/dp\/*", "https:\/\/www.amazon.de\/dp\/*", "https:\/\/www.amazon.fr\/*\/dp\/*", "https:\/\/www.amazon.fr\/dp\/*", "https:\/\/www.amazon.co.uk\/*\/dp\/*", "https:\/\/www.amazon.co.uk\/dp\/*", "https:\/\/www.amazon.it\/dp\/*", "https:\/\/www.amazon.it\/*\/dp\/*", "https:\/\/www.amazon.es\/dp\/*", "https:\/\/www.amazon.es\/*\/dp\/*", "https:\/\/www.amazon.cn\/dp\/*", "https:\/\/www.amazon.co.jp\/*\/dp\/*", "https:\/\/www.amazon.co.jp\/dp\/*", "https:\/\/www.amazon.com.au\/*\/dp\/*", "https:\/\/www.amazon.com.au\/dp\/*", "https:\/\/www.amazon.ca\/*\/dp\/*", "https:\/\/www.amazon.ca\/dp\/*", "https:\/\/www.amazon.in\/*\/dp\/*", "https:\/\/www.amazon.in\/dp\/*", "https:\/\/www.amazon.ae\/*\/dp\/*", "https:\/\/www.amazon.ae\/dp\/*", "https:\/\/www.amazon.com.mx\/*\/dp\/*", "https:\/\/www.amazon.com.mx\/dp\/*", "https:\/\/www.amazon.com.br\/*\/dp\/*", "https:\/\/www.amazon.com.br\/dp\/*", "https:\/\/www.amazon.com.tr\/*\/dp\/*", "https:\/\/www.amazon.com.tr\/dp\/*", "https:\/\/www.amazon.nl\/*\/dp\/*", "https:\/\/www.amazon.nl\/dp\/*" ], "js": [ "libs\/jquery-3.2.1.min.js", "contentScript.js" ], "css": [ "libs\/style.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr1kUoplYT20rCjz5cVxndJkWd96ty\/CE4D7eGBODf\/bxJkILvaTZ689kcHYu7mdmHUqhYbcL\/XPXgBKCJxkffFNnFctE7YAY6ui3pHbNO1p4lg7w1bCepnXGLoUupBuvOvltcaih9eGvyIEM3TEBAqKzGzoqcw+5YTR\/szEKg+PC5UUzT54sU\/WrqyPakr7145NVT3hpcYn8UjNNx\/wllD1RsJdGfF13zGFWme\/HTrW7r3OAjhLtUKNFbHYeUAIbP9z5otbwer1UtVfen6vT95c9HJUORrolGqp3s27IiX2gJr8qDgNMoFDgwRtsbKkpgoxE9\/7xEuUpEWlNSTQ7PwIDAQAB", "oauth2": { "client_id": "1026349691228-5a39t4jtvj7ocau2ds22eht2ufmchdjh.apps.googleusercontent.com", "web_client_id": "738301887624-748srkpj6e0em7rlhnjra8uv9u4k4mrf.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "libs\/*" ], "matches": [] } ] } |