AMZReviews - Amazon Review Scraper
One click to export/scrape Amazon product reviews to CSV, download Amazon reviews to your computer.
Wat is AMZReviews - Amazon Review Scraper?
AMZReviews - Amazon Review Scraper is een Chrome-extensie ontwikkeld door https://getwebooster.com, en de belangrijkste functie is "One click to export/scrape Amazon product reviews to CSV, download Amazon reviews to your computer.".
Extensie Screenshots
Download het CRX-bestand van de extensie AMZReviews - Amazon Review Scraper
Download AMZReviews - Amazon Review Scraper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | AMZReviews - Amazon Review Scraper |
ID | epnapacjpnonncagggmmhppncbmnpecl |
Officiële URL | https://chromewebstore.google.com/detail/amzreviews-amazon-review/epnapacjpnonncagggmmhppncbmnpecl |
Beschrijving | One click to export/scrape Amazon product reviews to CSV, download Amazon reviews to your computer. |
Bestandsgrootte | 2.25 MB |
Aantal Installaties | 85 |
Huidige Versie | 1.0.10 |
Laatst Bijgewerkt | 2023-09-04 |
Publicatiedatum | 2023-09-03 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://getwebooster.com |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://amzreviews.getwebooster.com |
Help Pagina-URL | https://amzreviews.getwebooster.com |
URL van de Privacybeleid Pagina | https://getwebooster.com/privacy-policy |
Ondersteunde Talen | 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": [] } ] } |