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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
        }
    ]
}