A2Reviews

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

Hvad er A2Reviews?

A2Reviews er en Chrome-udvidelse udviklet af A2Reviews, og dens hovedfunktion er "[★] Import reviews from AliExpress, Amazon, Walmart, Etsy, DHGage!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download A2Reviews-udvidelses-CRX-fil

Download A2Reviews-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn A2Reviews A2Reviews
ID hpkciffmmkehlgidnpeoagmkghpkdgai
Officiel URL https://chromewebstore.google.com/detail/a2reviews/hpkciffmmkehlgidnpeoagmkghpkdgai
Beskrivelse [★] Import reviews from AliExpress, Amazon, Walmart, Etsy, DHGage!
Filstørrelse 141 KB
Antal Installationer 9,000
Nuværende Version 2.0.12
Senest Opdateret 2023-12-14
Udgivelsesdato 2020-06-21
Bedømmelse 3.40/5 Samlet 20 Bedømmelser
Udvikler A2Reviews
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.a2rev.com
Hjælpeside-URL https://help.a2rev.com
URL til Fortrolighedspolitik Side https://www.a2rev.com/privacy-policy
Understøttede Sprog 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
        }
    ]
}