A2Reviews

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

What is A2Reviews?

A2Reviews is a Chrome extension developed by A2Reviews, and its main feature is "[★] Import reviews from AliExpress, Amazon, Walmart, Etsy, DHGage!".

Extension Screenshots

screenshot
screenshot
screenshot

Download A2Reviews Extension CRX File

Download A2Reviews extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name A2Reviews A2Reviews
ID hpkciffmmkehlgidnpeoagmkghpkdgai
Official URL https://chromewebstore.google.com/detail/a2reviews/hpkciffmmkehlgidnpeoagmkghpkdgai
Description [★] Import reviews from AliExpress, Amazon, Walmart, Etsy, DHGage!
File Size 141 KB
Installation Count 9,000
Current Version 2.0.12
Last Updated 2023-12-14
Publish Date 2020-06-21
Rating 3.40/5 Total 20 Ratings
Developer A2Reviews
Email [email protected]
Payment Type free
Extension Website https://www.a2rev.com
Help Page URL https://help.a2rev.com
Privacy Policy Page URL https://www.a2rev.com/privacy-policy
Supported Languages 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
        }
    ]
}