A2Reviews

[★] Import reviews from AliExpress, Amazon, Walmart, Etsy, DHGage!

A2Reviewsとは何ですか?

A2ReviewsはA2Reviewsによって開発されたChromeの拡張機能で、その主な機能は「[★] Import reviews from AliExpress, Amazon, Walmart, Etsy, DHGage!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

A2Reviews拡張機能のCRXファイルをダウンロード

A2Reviews拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Thanks to our user friendly interface and use new technologies in the system, you will be able to export real product reviews (include photos reviews) from Amazon or Aliexpress into your store in just a few clicks.

- Import product reviews from AliExpress, Amazon, Walmart, Etsy, DHGage
- Allow import reviews of products directly from Oberlo
- Features you can find out more on the feature page https://www.a2rev.com/features (Many interesting things for you to discover) 

A2Reviews Currently supporting 2 platforms: Shopify, WooCommerce

Please contact us via email or live for assistance.                    

拡張機能の基本情報

名前 A2Reviews A2Reviews
ID hpkciffmmkehlgidnpeoagmkghpkdgai
公式URL https://chromewebstore.google.com/detail/a2reviews/hpkciffmmkehlgidnpeoagmkghpkdgai
説明 [★] Import reviews from AliExpress, Amazon, Walmart, Etsy, DHGage!
ファイルサイズ 141 KB
インストール数 9,000
現在のバージョン 2.0.12
最終更新日 2023-12-14
公開日 2020-06-21
評価 3.40/5 合計 20 レビュー
開発者 A2Reviews
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.a2rev.com
ヘルプページのURL https://help.a2rev.com
プライバシーポリシーページのURL https://www.a2rev.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A2Reviews",
    "description": "[\u2605] Import reviews from AliExpress, Amazon, Walmart, Etsy, DHGage!",
    "version": "2.0.12",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.a2rev.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery-3.6.1.min.js",
                "js\/lodash.min.js",
                "js\/moment.min.js",
                "js\/a2-tools.js",
                "js\/a2-content-core.js",
                "js\/services\/services-class.js",
                "js\/services\/aliexpress-class.js",
                "js\/services\/amazon-class.js",
                "js\/services\/etsy-class.js",
                "js\/services\/walmart-class.js",
                "js\/services\/dhgate-class.js",
                "js\/app-events.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.us\/item\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/jquery-3.6.1.min.js",
                "js\/aasx.js"
            ]
        }
    ],
    "action": {
        "default_title": "A2Reviews App",
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self' 'wasm-unsafe-eval';"
    },
    "host_permissions": [
        "*:\/\/app.a2rev.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.sg\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.tr\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.pl\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.se\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.ae\/*",
        "*:\/\/*.amazon.sa\/*",
        "*:\/\/*.amazon.eg\/*",
        "*:\/\/*.aliexpress.com\/item\/*",
        "*:\/\/*.aliexpress.us\/item\/*",
        "*:\/\/*.aliexpress.com\/store\/product\/*",
        "*:\/\/*.walmart.com\/ip\/*",
        "*:\/\/*.dhgate.com\/product\/*",
        "*:\/\/*.etsy.com\/listing\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "css\/*",
                "js\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}