A2Reviews

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

Qu'est-ce que A2Reviews ?

A2Reviews est une extension Chrome développée par A2Reviews, et sa fonction principale est "[★] Import reviews from AliExpress, Amazon, Walmart, Etsy, DHGage!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension A2Reviews

Téléchargez les fichiers d'extension A2Reviews au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom A2Reviews A2Reviews
ID hpkciffmmkehlgidnpeoagmkghpkdgai
URL Officiel https://chromewebstore.google.com/detail/a2reviews/hpkciffmmkehlgidnpeoagmkghpkdgai
Description [★] Import reviews from AliExpress, Amazon, Walmart, Etsy, DHGage!
Taille du Fichier 141 KB
Nombre d'Installations 9,000
Version Actuelle 2.0.12
Dernière Mise à Jour 2023-12-14
Date de Publication 2020-06-21
Évaluation 3.40/5 Total 20 Évaluations
Développeur A2Reviews
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.a2rev.com
URL de la Page d'Aide https://help.a2rev.com
URL de la Page de Politique de Confidentialité https://www.a2rev.com/privacy-policy
Langues Prises en Charge 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
        }
    ]
}