Amazon Reviews Exporter | Images & Videos

Scrape Amazon product reviews and download to Excel/CSV with one click. Export comments, ratings, images and videos.

Amazon Reviews Exporter | Images & Videosคืออะไร?

Amazon Reviews Exporter | Images & Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://amazonreviews.cc และคุณลักษณะหลักของมันคือ "Scrape Amazon product reviews and download to Excel/CSV with one click. Export comments, ratings, images and videos."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Reviews Exporter | Images & Videos

ดาวน์โหลดไฟล์ส่วนขยาย Amazon Reviews Exporter | Images & Videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Amazon Reviews Exporter | Images & Videos, auto scrape, extract and download reviews from Amazon product listings, including images and videos, and you can one click to export to xlsx/csv file.

# Features
✓ Download reviews from Amazon product listing to Excel/CSV
✓ Export as XLSX (Excel Document) include all 'Read reviews that mention'
✓ Download reviews images and videos
✓ Filter by keywords
✓ Filter by stars rating
✓ All reviews filters

# It's free?
Yes, Amazon Reviews Exporter is free. You can get basic functionality and upgrade to get more functionality.

# FAQ
If you want to export reviews include 'Read reviews that mention',
you need to scroll to position in the product listing currently.

https://amazonreviews.inforld.com/#faq
If you have any questions, don't hesitate to contact us at [email protected]

# Data Privacy
All the data you process is on your local computer and never passes through our servers.

# Statement
Amazon is a trademark of Amazon Inc. Amazon Reviews Exporter is not affiliated with, endorsed, sponsored, or otherwise related to Amazon, Inc. or any of its affiliates or subsidiaries.                    

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

ชื่อ Amazon Reviews Exporter | Images & Videos Amazon Reviews Exporter | Images & Videos
ID bjmmnflnhnbaeceohcnfhmfanfpiahao
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/amazon-reviews-exporter-i/bjmmnflnhnbaeceohcnfhmfanfpiahao
คำอธิบาย Scrape Amazon product reviews and download to Excel/CSV with one click. Export comments, ratings, images and videos.
ขนาดไฟล์ 1.41 MB
จำนวนการติดตั้ง 264
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-10-17
วันที่เผยแพร่ 2022-06-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://amazonreviews.cc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://amazonreviews.cc
URL หน้านโยบายความเป็นส่วนตัว https://inforld.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Reviews Exporter | Images & Videos",
    "description": "Scrape Amazon product reviews and download to Excel\/CSV with one click. Export comments, ratings, images and videos.",
    "version": "1.0.1",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/bjmmnflnhnbaeceohcnfhmfanfpiahao",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhsp5CA\/2sktvz\/ILkzuy8vR3lBGk6GJj2QubLUxhvCw4GvMuiwzvnjw1yyhjLkQtk8j6\/vFYr4pM5nB2rSZ24LrqQsLcUR1McK\/8oAAS+Iq3\/LpR7AzOAdLXzG5rJn4OyOiVwUk\/YFcViLMrWkcKQsYRd1zSzBOT2yFcBQD5xV15myvcqWipzQHU2G\/7nUdf3eiKQLgEsp3KQNgi8X5U5qaJ6abcZ6tlsF2UbHK9L3EG4EhcR0xoqYTQqDdMdL2+ifvRcKlKyhjn2Wfg9S6VzZyfjVS23kHqljxiqp6iFTQdPYYeqwqa0bIY6a9OFYYP6iw85Jl1agOfwEc6idEJDQIDAQAB",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "414732351485-va93fgoo4jonag92o0ibegugqf8jmuap.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "414732351485-6vau44opp3oioacn44s4livfsgg038nk.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/images\/logo_16.png",
        "32": "public\/lib\/images\/logo_32.png",
        "48": "public\/lib\/images\/logo_48.png",
        "128": "public\/lib\/images\/logo_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "scripting",
        "downloads"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}