AliExpress Review Importer

AliExpress Review Importer is a completely free app that helps you import reviews from AliExpress

AliExpress Review Importer là gì?

AliExpress Review Importer là một tiện ích mở rộng Chrome được phát triển bởi Judge.me, và tính năng chính của nó là "AliExpress Review Importer is a completely free app that helps you import reviews from AliExpress".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AliExpress Review Importer

Tải xuống các tệp mở rộng AliExpress Review Importer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Get your social proof with AliExpress Review Importer
AliExpress Review Importer is a completely free app that helps you import reviews from AliExpress. After that, you can install Judge.me Product Reviews (our other app with a free or paid plan) to display the reviews, or export the reviews and use them in any another review app of your choice.
 
How It Works:
Import product reviews from AliExpress to your Shopify products in three simple steps:
Get the app https://apps.shopify.com/aliexpress-review-importer
install the Chrome Extension
Use our extension to get reviews from Oberlo, AliExpress and more.
 
We will import from AliExpress:
Review ratings
Review text
Review photos
You can choose to import a selection of reviews, by the following criteria:
Minimum rating: any, 3+, 4+, only 5 stars
Only reviews with photos
Minimum number of words
Country
What about displaying the reviews on your store?
You can quickly import reviews with our app, but this app does not display reviews. To showcase the reviews on your store, you can install our other app, Judge.me Product Reviews (free or paid plan). Alternatively, you can also export the reviews as a CSV and then import them into any another review app that you prefer.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AliExpress Review Importer AliExpress Review Importer
ID cccackffllchodcbojlgfhlelpciikmo
URL Chính Thức https://chromewebstore.google.com/detail/aliexpress-review-importe/cccackffllchodcbojlgfhlelpciikmo
Mô tả AliExpress Review Importer is a completely free app that helps you import reviews from AliExpress
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 6,539
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2023-04-07
Ngày Phát Hành 2021-06-17
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Judge.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://judge.me
URL Trang Trợ Giúp https://support.judge.me
URL Trang Chính Sách Bảo Mật https://judge.me/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliExpress Review Importer",
    "description": "AliExpress Review Importer is a completely free app that helps you import reviews from AliExpress",
    "version": "0.1.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/html\/import_modal.html",
                "assets\/html\/toast.html",
                "assets\/images\/aeri_brand_logo_20.png"
            ],
            "matches": [
                "https:\/\/app.oberlo.com\/*",
                "https:\/\/*.aliexpress.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/judge.me\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.oberlo.com\/my-products*"
            ],
            "js": [
                "assets\/javascripts\/libs\/jquery-3.6.0.min.js",
                "assets\/javascripts\/libs\/bootstrap.bundle.min.js",
                "assets\/javascripts\/integrate_oberlo.js"
            ],
            "css": [
                "assets\/stylesheets\/libs\/bootstrap.min.css",
                "assets\/stylesheets\/common.css",
                "assets\/stylesheets\/integrate_oberlo.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "assets\/javascripts\/libs\/jquery-3.6.0.min.js",
                "assets\/javascripts\/libs\/bootstrap.bundle.min.js",
                "assets\/javascripts\/libs\/jquery.autocomplete.min.js",
                "assets\/javascripts\/integrate_aliexpress.js"
            ],
            "css": [
                "assets\/stylesheets\/libs\/bootstrap.min.css",
                "assets\/stylesheets\/autocomplete.css",
                "assets\/stylesheets\/common.css",
                "assets\/stylesheets\/integrate_aliexpress.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/judge.me\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/aeri_brand_logo_16.png",
            "32": "\/images\/aeri_brand_logo_32.png",
            "48": "\/images\/aeri_brand_logo_48.png",
            "128": "\/images\/aeri_brand_logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/aeri_brand_logo_16.png",
        "32": "\/images\/aeri_brand_logo_32.png",
        "48": "\/images\/aeri_brand_logo_48.png",
        "128": "\/images\/aeri_brand_logo_128.png"
    }
}