Amazon review export

Export Amazon and Etsy product review in csv file with images. In short its amazon review scraber

Amazon review exportคืออะไร?

Amazon review export เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amazon-review-export.blogspot.com และคุณลักษณะหลักของมันคือ "Export Amazon and Etsy product review in csv file with images. In short its amazon review scraber"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon review export

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

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

                        This chrome extension is useful to download all the product reviews from top ecoomerce  Etsy and Amazon with images.
In short,  product review scraper or product exporter

So, Sellers can store and review them easily.

Step 1: Install the extension. Go to any product page having have all the reviews.
Step: 2 Extension traverse the page one by one automatically. Once all the reviews scrapped. It save the file to your computer.
Step 3: You can also press the stop button at any time to download the partially stored reviews.

NOTE: EXENTION WAIT 2-3 SECONDS FOR EACH PAGE TO READ THE REVIEWS.

Update: Now user can also export the cart items

Thanks.
Please contact us if you have any query on 
[email protected]                    

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

ชื่อ Amazon review export Amazon review export
ID jilbpmenakjfpjclgjpppnflkiplmhjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazon-review-export/jilbpmenakjfpjclgjpppnflkiplmhjo
คำอธิบาย Export Amazon and Etsy product review in csv file with images. In short its amazon review scraber
ขนาดไฟล์ 450 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.0.3.6
อัปเดตครั้งล่าสุด 2023-07-23
วันที่เผยแพร่ 2022-01-15
คะแนน 4.47/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://amazon-review-export.blogspot.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://exportreview.live
URL หน้าช่วยเหลือ https://exportreview.live
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/2f165a44-5f3a-4bb3-b4fd-08bc65c97766
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon review export",
    "description": "Export Amazon and Etsy product review in csv file with images. In short its amazon review scraber",
    "version": "1.0.3.6",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.pl\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.sa\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.se\/*",
                "https:\/\/www.etsy.com\/*"
            ],
            "css": [
                "my-styles.css"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/FileSaver.min.js",
                "js\/xlsx.full.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "logo\/16.png",
            "32": "logo\/32.png"
        },
        "default_title": "Amazon\/Etsy review export",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "96": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.exportreview.live\/*"
    ]
}