WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LAI Product Reviews

LAI Product Reviews

View on Chrome Web Store
View LAI Product Reviews Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (13 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A tool for importing reviews from Temu, Walmart, DSers, and CJdropshipping into LAI Product Reviews on Shopify.
Type
Extension
Users
7,000 users
1K
Smartifyapps Extension
View author page of Smartifyapps Extension
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 7, 2020
Version 2.1.4
Manifest version
3
Updated
Updated on October 23, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View LAI Product Reviews Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "author": "Smartifyapps",
    "background": {
        "service_worker": "assets\/js\/services.js"
    },
    "action": {
        "default_title": "Unleash the unicorn dust!",
        "default_popup": "views\/popup.html",
        "default_icon": "images\/logo-without-text.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/save-russia-token.js"
            ],
            "matches": [
                "https:\/\/aliexpress.ru\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "crawlUrl\/js\/main.js",
                "crawlUrl\/js\/content.js",
                "assets\/js\/dispatch-errors.js",
                "assets\/js\/exception.js",
                "utils\/helper.util.js"
            ],
            "matches": [
                "https:\/\/reviews-importer.test\/*",
                "https:\/\/reviews.smartifyapps.com\/*",
                "https:\/\/store.laireviews.com\/*",
                "https:\/\/reviews-testing.smartifyapps.com\/*",
                "https:\/\/reviews-testing2.smartifyapps.com\/*",
                "https:\/\/reviews-testing3.smartifyapps.com\/*",
                "https:\/\/reviews-testing4.smartifyapps.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "css": [
                "assets\/css\/font-awesome.min.css",
                "assets\/css\/toastr.min.css",
                "assets\/css\/select2.min.css",
                "assets\/css\/jquery_modal.min.css",
                "css\/background.css",
                "css\/content.css",
                "assets\/css\/daterangepicker.css",
                "assets\/css\/loading-bar.min.css",
                "css\/core.css",
                "css\/custom.css"
            ],
            "js": [
                "assets\/js\/font-awesome.min.js",
                "assets\/js\/jquery-3.5.1.min.js",
                "assets\/js\/select2.min.js",
                "assets\/js\/jquery_modal.min.js",
                "assets\/js\/toastr.min.js",
                "assets\/js\/loading-bar.min.js",
                "assets\/js\/crawler-utility.js",
                "assets\/js\/moment.min.js",
                "assets\/js\/daterangepicker.js",
                "config\/dser.config.js",
                "config\/root.config.js",
                "config\/widget.config.js",
                "schemas\/filter.js",
                "schemas\/thread.js",
                "schemas\/product.js",
                "schemas\/shop.js",
                "schemas\/xhr.js",
                "schemas\/review.js",
                "schemas\/credential.js",
                "utils\/http.util.js",
                "utils\/helper.util.js",
                "services\/import.service.js",
                "services\/widget.service.js",
                "services\/resource.service.js",
                "services\/shop.service.js",
                "services\/auth.service.js",
                "services\/product.service.js",
                "services\/flow.service.js",
                "crawlDser\/js\/services\/auth.service.js",
                "crawlDser\/js\/services\/product.service.js",
                "crawlDser\/js\/services\/import.service.js",
                "crawlDser\/js\/services\/v2\/auth.service.js",
                "crawlDser\/js\/services\/v2\/product.service.js",
                "crawlDser\/js\/services\/v2\/import.service.js",
                "crawlDser\/js\/services\/v2\/flow.service.js",
                "services\/flow.service.js",
                "crawlDser\/js\/content.js"
            ],
            "matches": [
                "https:\/\/www.dsers.com\/app\/*",
                "https:\/\/www.dsers.com\/application\/*",
                "https:\/\/www.dsers.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.dsers.com\/app\/register",
                "https:\/\/www.dsers.com\/application\/select\/supply_apps"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "assets\/css\/font-awesome.min.css",
                "assets\/css\/toastr.min.css",
                "assets\/css\/select2.min.css",
                "assets\/css\/jquery_modal.min.css",
                "css\/background.css",
                "css\/content.css",
                "assets\/css\/daterangepicker.css",
                "assets\/css\/loading-bar.min.css",
                "css\/core.css",
                "css\/custom.css"
            ],
            "js": [
                "assets\/js\/font-awesome.min.js",
                "assets\/js\/jquery-3.5.1.min.js",
                "assets\/js\/select2.min.js",
                "assets\/js\/jquery_modal.min.js",
                "assets\/js\/toastr.min.js",
                "assets\/js\/loading-bar.min.js",
                "assets\/js\/crawler-utility.js",
                "assets\/js\/moment.min.js",
                "assets\/js\/daterangepicker.js",
                "config\/cj.config.js",
                "config\/root.config.js",
                "config\/widget.config.js",
                "schemas\/filter.js",
                "schemas\/thread.js",
                "schemas\/product.js",
                "schemas\/shop.js",
                "schemas\/xhr.js",
                "schemas\/review.js",
                "schemas\/credential.js",
                "utils\/http.util.js",
                "utils\/helper.util.js",
                "services\/import.service.js",
                "services\/widget.service.js",
                "services\/resource.service.js",
                "services\/shop.service.js",
                "services\/auth.service.js",
                "services\/product.service.js",
                "crawlCj\/js\/services\/auth.service.js",
                "crawlCj\/js\/services\/product.service.js",
                "crawlCj\/js\/services\/import.service.js",
                "services\/flow.service.js",
                "crawlCj\/js\/content.js"
            ],
            "matches": [
                "https:\/\/cjdropshipping.com\/*",
                "https:\/\/www.cjdropshipping.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.cjdropshipping.com\/fromShopifyLoading.html*",
                "https:\/\/cjdropshipping.com\/fromShopifyLoading.html*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "scripts\/external-import-app-injector.js"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.pl\/*",
                "https:\/\/*.amazon.sg\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.be\/*",
                "https:\/\/*.amazon.eg\/*",
                "https:\/\/*.etsy.com\/*",
                "https:\/\/*.shopee.cl\/*",
                "https:\/\/*.shopee.co.id\/*",
                "https:\/\/*.shopee.co.th\/*",
                "https:\/\/*.shopee.com.br\/*",
                "https:\/\/*.shopee.com.co\/*",
                "https:\/\/*.shopee.com.mx\/*",
                "https:\/\/*.shopee.com.my\/*",
                "https:\/\/*.shopee.ph\/*",
                "https:\/\/*.shopee.sg\/*",
                "https:\/\/*.shopee.tw\/*",
                "https:\/\/*.shopee.vn\/*",
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.dsers.com\/*",
                "https:\/\/*.autods.com\/*",
                "https:\/\/*.zendrop.com\/*",
                "https:\/\/*.temu.com\/*",
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.shein.com\/*",
                "https:\/\/*.dhgate.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "A tool for importing reviews from Temu, Walmart, DSers, and CJdropshipping into LAI Product Reviews on Shopify.",
    "icons": {
        "16": "icon\/lai16.png",
        "32": "icon\/lai32.png",
        "48": "icon\/lai48.png",
        "128": "icon\/lai128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5XwwYNQKoM\/widSAkkyjrQfJ70zG35UtRa6L9kDRF+4nzyXgg0kikaASKbIZSt0zT37OsKiGwbIqYGwWK8qhnAMoL97Uh29MBxVHJaMisD5V\/WFW5kZ91kgXoa6kFVs3t1bLVbnB1BfVyYtHQPdds37KfnLto8t2jvif7tWvgIdYhDmSzFgso+UZff4aVqIWGjQmI1idod6Qfro1tByVw3IJaOwhsuWcg+WAHZoLNaksGBEKTATiJ0jo9NTivgsWnWIUwj5sauRUIn2xJ38HJD80Bs4ANsFQj8u4Ayy9S2LsWsnWV7gvWB3OfV52ZiZil+w55sHAFulHe36bmeapxQIDAQAB",
    "manifest_version": 3,
    "name": "LAI Product Reviews",
    "permissions": [
        "cookies",
        "management",
        "activeTab",
        "storage"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "https:\/\/*.aliexpress.com\/*",
        "http:\/\/*.aliexpress.com\/*",
        "http:\/\/*.aliexpress.us\/*",
        "https:\/\/*.aliexpress.us\/*",
        "*:\/\/*.aliexpress.ru\/",
        "https:\/\/*.smartifyapps.com\/*",
        "https:\/\/reviews-importer.test\/*",
        "https:\/\/reviews-testing.smartifyapps.com\/*",
        "https:\/\/reviews-testing2.smartifyapps.com\/*",
        "https:\/\/reviews-testing3.smartifyapps.com\/*",
        "https:\/\/reviews-testing4.smartifyapps.com\/*",
        "https:\/\/www.dsers.com\/*",
        "https:\/\/www.walmart.com\/*",
        "https:\/\/cjdropshipping.com\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.in\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.com.mx\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.com.au\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.cn\/*",
        "https:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.nl\/*",
        "https:\/\/*.amazon.pl\/*",
        "https:\/\/*.amazon.sg\/*",
        "https:\/\/*.amazon.se\/*",
        "https:\/\/*.amazon.com.tr\/*",
        "https:\/\/*.amazon.ae\/*",
        "https:\/\/*.amazon.be\/*",
        "https:\/\/*.amazon.eg\/*",
        "https:\/\/*.etsy.com\/*",
        "https:\/\/*.shopee.cl\/*",
        "https:\/\/*.shopee.co.id\/*",
        "https:\/\/*.shopee.co.th\/*",
        "https:\/\/*.shopee.com.br\/*",
        "https:\/\/*.shopee.com.co\/*",
        "https:\/\/*.shopee.com.mx\/*",
        "https:\/\/*.shopee.com.my\/*",
        "https:\/\/*.shopee.ph\/*",
        "https:\/\/*.shopee.sg\/*",
        "https:\/\/*.shopee.tw\/*",
        "https:\/\/*.shopee.vn\/*",
        "https:\/\/*.walmart.com\/*",
        "https:\/\/*.dsers.com\/*",
        "https:\/\/*.autods.com\/*",
        "https:\/\/*.zendrop.com\/*",
        "https:\/\/*.temu.com\/*",
        "https:\/\/*.ebay.com\/*",
        "https:\/\/*.shein.com\/*",
        "https:\/\/*.dhgate.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.4",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo-img.jpeg",
                "images\/lai_logo.png",
                "images\/lai-logo.png",
                "images\/lai_layout.png",
                "images\/loading_dots.gif",
                "images\/logo-without-text.png",
                "assets\/import-modal.html",
                "assets\/notify-modal.html",
                "assets\/countries.json",
                "assets\/translations.json",
                "assets\/warning-modal.html",
                "assets\/no-reviews-modal.html",
                "assets\/side-warning-modal.html",
                "assets\/availability-warning-modal.html",
                "aliexpress\/html\/import-modal.html",
                "assets\/all_countries.json",
                "assets\/import-finish-modal.html",
                "assets\/re-import-warning-modal.html",
                "assets\/maintenance-modal.html",
                "views\/root.html",
                "views\/components\/modal.html",
                "views\/components\/widget.html",
                "views\/screens\/form.html",
                "views\/screens\/product.html",
                "views\/screens\/shop.html",
                "views\/screens\/loading.html",
                "views\/screens\/reach-out.html",
                "views\/screens\/report.html",
                "views\/screens\/result.html",
                "assets\/templates\/etsy.json"
            ],
            "matches": [
                "https:\/\/www.cjdropshipping.com\/*",
                "https:\/\/www.dsers.com\/*",
                "https:\/\/cjdropshipping.com\/*"
            ]
        },
        {
            "resources": [
                "scripts\/external-import-app\/*",
                "scripts\/external-import-app\/assets\/*",
                "scripts\/external-import-app-loader.js",
                "icon\/lai128.png"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.pl\/*",
                "https:\/\/*.amazon.sg\/*",
                "https:\/\/*.amazon.se\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.be\/*",
                "https:\/\/*.amazon.eg\/*",
                "https:\/\/*.etsy.com\/*",
                "https:\/\/*.shopee.cl\/*",
                "https:\/\/*.shopee.co.id\/*",
                "https:\/\/*.shopee.co.th\/*",
                "https:\/\/*.shopee.com.br\/*",
                "https:\/\/*.shopee.com.co\/*",
                "https:\/\/*.shopee.com.mx\/*",
                "https:\/\/*.shopee.com.my\/*",
                "https:\/\/*.shopee.ph\/*",
                "https:\/\/*.shopee.sg\/*",
                "https:\/\/*.shopee.tw\/*",
                "https:\/\/*.shopee.vn\/*",
                "https:\/\/*.walmart.com\/*",
                "https:\/\/*.dsers.com\/*",
                "https:\/\/*.autods.com\/*",
                "https:\/\/*.zendrop.com\/*",
                "https:\/\/*.temu.com\/*",
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.shein.com\/*",
                "https:\/\/*.dhgate.com\/*"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top