1688.com Price Tracker

Track price history and Search by image on 1688.com.

Τι είναι το 1688.com Price Tracker;

Το 1688.com Price Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aliprice4, και η κύρια λειτουργία του είναι "Track price history and Search by image on 1688.com.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 1688.com Price Tracker

Λήψη αρχείων επέκτασης 1688.com Price Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        1688 price tracker main features:
1. Price history: You can check the price history within 3/6/12 months on 1688.com. It is also a 1688 image downloader and Taobao image downloader
2. Search similar products by image, click the search button or right-click and search by image, quickly find the same product on 1688, Alibaba, Taobao, 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 Aliexpress and Shopee product list pages, the percentage of seller sales, etc. 
5. Display coupons on Taobao
6. Copy link, added copy link button to help you to copy product links of Taobao and 1688.
7. Capture and translate. Capture a photo and translate text on it. 1688 image search extension
8. Review analysis: On the Aliexpress product details page, analyze the country distribution of reviewers.
9. Download product image and video on Taobao and 1688 with 1 click.
10. Added Wildberries and vvic.com search by image

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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 1688.com Price Tracker 1688.com Price Tracker
ID pkghjinojggjcpfnbpncpkbmpdijldla
Επίσημο URL https://chromewebstore.google.com/detail/1688com-price-tracker/pkghjinojggjcpfnbpncpkbmpdijldla
Περιγραφή Track price history and Search by image on 1688.com.
Μέγεθος Αρχείου 3.14 MB
Αριθμός Εγκαταστάσεων 777
Τρέχουσα Έκδοση 2.5.29
Τελευταία Ενημέρωση 2023-01-30
Ημερομηνία Δημοσίευσης 2022-01-09
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής aliprice4
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.aliprice.com/information/index/page/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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__",
    "version": "2.5.29",
    "manifest_version": 2,
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10354&channel=chrome&platform=1688%20&version=2.5.29&browser=chrome",
    "default_locale": "zh_CN",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/19.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/daigou-midway.contentScript.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/common.js",
                "assets\/js\/vendor.js",
                "assets\/js\/app.js",
                "contentScript.js"
            ],
            "css": [
                "assets\/css\/common.css",
                "assets\/css\/contentScript.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "optional_permissions": [
        "",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}