AMZReviews - Amazon Review Scraper

One click to export/scrape Amazon product reviews to CSV, download Amazon reviews to your computer.

AMZReviews - Amazon Review Scraperคืออะไร?

AMZReviews - Amazon Review Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getwebooster.com และคุณลักษณะหลักของมันคือ "One click to export/scrape Amazon product reviews to CSV, download Amazon reviews to your computer."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMZReviews - Amazon Review Scraper

ดาวน์โหลดไฟล์ส่วนขยาย AMZReviews - Amazon Review Scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AMZReviews - Amazon Review Scraper AMZReviews - Amazon Review Scraper
ID epnapacjpnonncagggmmhppncbmnpecl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amzreviews-amazon-review/epnapacjpnonncagggmmhppncbmnpecl
คำอธิบาย One click to export/scrape Amazon product reviews to CSV, download Amazon reviews to your computer.
ขนาดไฟล์ 2.25 MB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.0.10
อัปเดตครั้งล่าสุด 2023-09-04
วันที่เผยแพร่ 2023-09-03
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://getwebooster.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://amzreviews.getwebooster.com
URL หน้าช่วยเหลือ https://amzreviews.getwebooster.com
URL หน้านโยบายความเป็นส่วนตัว https://getwebooster.com/privacy-policy
ภาษาที่รองรับ 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": []
        }
    ]
}