Export Product Reviews for Amazon

Automatically export product reviews to a CSV file for amazon websites

Export Product Reviews for Amazon là gì?

Export Product Reviews for Amazon là một tiện ích mở rộng Chrome được phát triển bởi http://getcreativesoftware.dev, và tính năng chính của nó là "Automatically export product reviews to a CSV file for amazon websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Export Product Reviews for Amazon

Tải xuống các tệp mở rộng Export Product Reviews for Amazon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This software will help you to 
automatically export amazon product reviews to a CSV file for amazon websites.

Supports all domain names owned by amazon.

This software is neither created nor endorsed by Amazon.

Privacy notice:
This software neither collects nor transmits any personally identifiable information.
This software does not track your browsing behavior.
Information necessary for functioning of this software is stored on the devices of end user,
our servers do not have access to this information.
All information required for functioning of this software is kept between end-user and Amazon servers.

For more information please read our privacy policy and terms of service.

Privacy policy:
https://www.getcreativesoftware.dev/privacy/

Terms of service:
https://www.getcreativesoftware.dev/tos/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Export Product Reviews for Amazon Export Product Reviews for Amazon
ID jigidgpohfpgdkkdpemkhaepeegjchjd
URL Chính Thức https://chrome.google.com/webstore/detail/export-product-reviews-fo/jigidgpohfpgdkkdpemkhaepeegjchjd
Mô tả Automatically export product reviews to a CSV file for amazon websites
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 2.0.0.3
Cập Nhật Lần Cuối 2021-04-18
Ngày Phát Hành 2020-02-12
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://getcreativesoftware.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getcreativesoftware.dev/export-product-reviews-for-amazon/
URL Trang Trợ Giúp https://www.getcreativesoftware.dev/export-product-reviews-for-amazon/
URL Trang Chính Sách Bảo Mật https://www.getcreativesoftware.dev/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "\/html_background\/background.html"
    },
    "browser_action": {
        "default_title": "Export Product Reviews for Amazon",
        "default_icon": "\/image\/icon\/free\/128.png",
        "default_popup": "\/ng\/popup\/comp\/popup\/popup.html"
    },
    "description": "Automatically export product reviews to a CSV file for amazon websites",
    "icons": {
        "16": "\/image\/icon\/free\/16.png",
        "24": "\/image\/icon\/free\/24.png",
        "32": "\/image\/icon\/free\/32.png",
        "48": "\/image\/icon\/free\/48.png",
        "64": "\/image\/icon\/free\/64.png",
        "128": "\/image\/icon\/free\/128.png",
        "256": "\/image\/icon\/free\/256.png",
        "512": "\/image\/icon\/free\/512.png"
    },
    "name": "Export Product Reviews for Amazon",
    "manifest_version": 2,
    "short_name": "EPRA",
    "permissions": [
        "storage",
        "https:\/\/www.amazon.com.au\/*",
        "https:\/\/www.amazon.com.br\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.cn\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.com\/*"
    ],
    "author": "GetCreativeSoftware.dev",
    "homepage_url": "https:\/\/v22.dev\/gcs_webx_h_amazon_review_export\/",
    "version": "2.0.0.3"
}