Search by image for Made in China

It's a very useful tool to find the product source on Made-in-China.com.

Τι είναι το Search by image for Made in China;

Το Search by image for Made in China είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aliprice3, και η κύρια λειτουργία του είναι "It's a very useful tool to find the product source on Made-in-China.com.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search by image for Made in China

Λήψη αρχείων επέκτασης Search by image for Made in China σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        It's a very useful tool for Dropshippers to and finds the product source on made-in-china.com, especially for Dropshipping sellers(Shopify).

Step 1: Right click your mouse.
Step 2: Capture the image and search products on Made-in-China, Alibaba, AliExpress, 1688 , JD and Taobao.com.

Disclaimer
The product listings displayed in the image search results are matched purely and automatically by the algorithm. AliPrice does not play any active role and will not intervene in the matching process, nor does AliPrice guarantee any accuracy and/or correctness of the search results generated via an automatic algorithm.

Alibaba, AliExpress, 1688, and Taobao are trademarks of Alibaba group. This extension was not created or endorsed by Alibaba group.
Made-in-China is a trademark of Made-in-China, inc. This extension was not created or endorsed by Made-in-China.
JD is a trademark of JD, inc. This extension was not created or endorsed by JD.
This extension uses the Google Analytics service to collect statistics on the use of the extension. If you do not want to transfer data, you can find the official Google blocker application or any equivalent. The official Google Analytics blocker from Google — https://tools.google.com/dlpage/gaoptout

We only collect anonymous information. 
We use technologies like cookies (small files stored by your browser), web beacons, or unique device identifiers to anonymously identify your computer or device so we can deliver a better experience. Our systems also log information like your browser, operating system and IP address. For more details please read our Privacy Policy - https://www.aliprice.com/information/index?page=privacy

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 links, including Made-in-China and other programs. AliPrice Terms of Service - https://www.aliprice.com/information/index/page/term_of_use                    

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

Όνομα Search by image for Made in China Search by image for Made in China
ID dchenijpebdpbnhboikhhcgipkgoglln
Επίσημο URL https://chromewebstore.google.com/detail/search-by-image-for-made/dchenijpebdpbnhboikhhcgipkgoglln
Περιγραφή It's a very useful tool to find the product source on Made-in-China.com.
Μέγεθος Αρχείου 1.26 MB
Αριθμός Εγκαταστάσεων 435
Τρέχουσα Έκδοση 2.0.27
Τελευταία Ενημέρωση 2023-09-24
Ημερομηνία Δημοσίευσης 2020-09-20
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής aliprice3
Ηλεκτρονικό ταχυδρομείο [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
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_NAME__",
    "version": "2.0.27",
    "manifest_version": 2,
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.aliprice.com?ext_id=10220&channel=chrome&platform=made_in_china_search_by_image&version=2.0.27&browser=chrome",
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "*:\/\/*.aliprice.com\/*",
        "",
        "activeTab",
        "contextMenus",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/19.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/vendor.js",
                "assets\/js\/utils.js",
                "assets\/js\/common.js",
                "contentScript.js"
            ],
            "css": [
                "assets\/css\/common.css",
                "assets\/css\/contentScript.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}