AliPrice Shopping Assistant for 1688

AliPrice Search by image allows you to easily find the source goods on e-commerce websites.

什麼是AliPrice Shopping Assistant for 1688?

AliPrice Shopping Assistant for 1688是由aliprice2開發的Chrome擴展程式,該擴展的主要功能是“AliPrice Search by image allows you to easily find the source goods on e-commerce websites.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載AliPrice Shopping Assistant for 1688擴展crx文件

下載AliPrice Shopping Assistant for 1688擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Main features:
1. Price history: You can check the price history within 3/6/12 months on 1688.
2. Search similar products by image, click the search button or right-click and search by image, quickly find the same product on Ali 1688, TB, etc., a must-have tool for dropshipping.
3. Price drop alert: add the product to your favorites, you will receive a notification when the price drops.
4. Sales statistics,  analysis of the order and price distribution on AE and Shopee product list pages, the percentage of seller sales, etc.
5. Display coupons on JD
6. Copy link, added copy link button to help you to copy product links of TB and 1688.
7. Capture and translate. Capture a photo and translate text on it.
8. Review analysis: On the AE product details page, analyze the country distribution of reviewers.
9. Download product image and video on Taobao, AE, Ali 1688 with 1 click, export image links to copy, image translation.
10. Added Wildberries and vvic.com search by image
11. Currency converter, you can use the currency converter for currency conversion on 1688
12. Supported Google Lens to search similar products by image.
13. Supported comparing the same products on 1688, and export it as a CSV file.
14. Download review images from AE and Amazon, and export reviews as a CSV file.
15. Export shopping cart list of 1688 and TB
16. Search by image to find similar products on Shein, Naver and Amazon.
17. Filter and export similar products based on different fields to TXT or Excel.
18. Copy the product title and search for the same items on 1688, Taobao.
19. Ranking by Dropshipping sales and Filter to export on 1688.com product list pages.  

If you have any questions or suggestions, please feel free to contact us:
https://www.aliprice.com/information/index?page=contact
By installing the AliPrice extension, you accept the terms of the "AliPrice Terms of Service" and allow the extension to redirect to affiliate program links, including 1688 and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use

Edge/Firefox/Opera: https://www.aliprice.com?extension=1688
Android: https://play.google.com/store/apps/details?id=com.dengpai.aliprice
IOS: https://apps.apple.com/us/app/aliprice-shopping-assistant/id1282323896                    

擴展基本資訊

名稱 AliPrice Shopping Assistant for 1688 AliPrice Shopping Assistant for 1688
ID lenipkahddombkldhfmcnnjakmcepdlk
官方網址 https://chromewebstore.google.com/detail/aliprice-shopping-assista/lenipkahddombkldhfmcnnjakmcepdlk
簡介 AliPrice Search by image allows you to easily find the source goods on e-commerce websites.
檔案大小 6.42 MB
安裝次數 130,639
目前版本 3.0.32
更新時間 2024-02-29
上架時間 2020-07-04
評分 4.79/5 共 308 次評分
開發者 aliprice2
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.aliprice.com/
說明頁面URL https://www.aliprice.com/information/index?page=contact
隱私政策頁面URL https://www.aliprice.com/information/index/page/privacy
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "version": "3.0.32",
    "manifest_version": 3,
    "default_locale": "zh_CN",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10100&channel=chrome&platform=1688&version=3.0.32&browser=chrome&mv=3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css",
                "assets\/css\/content-script.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "js": [
                "assets\/js\/chunk-common.js",
                "assets\/js\/chunk-vendors.js",
                "assets\/js\/content-script-2.js"
            ],
            "css": [
                "assets\/css\/chunk-common.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "alarms",
        "contextMenus",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "notifications",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/ssl.google-analytics.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "optional_host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ]
}