Search image on 1688

Quickly search for any image while browsing on 1688!

Τι είναι το Search image on 1688;

Το Search image on 1688 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 1688price, και η κύρια λειτουργία του είναι "Quickly search for any image while browsing on 1688!".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search image on 1688

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

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

                        Quickly search 1688 for any image you see while browsing!

Source products from 1688 with ease! It will let you search for similar products on 1688 with one click. 

When you hover on any image you see on the web, this extension's icon will appear in the image's top-left corner. Click on the icon to initiate searching for similar products on 1688 Image Search. 

Click the extension icon of 1688 Search Pictures to provide shortcuts to multiple functions such as product management, purchase orders, coupons, purchase orders, and messages.

This saves you lots of time because you don't have to download the image to your computer and then go to 1688 and upload that image in their search. You just press the button and the extension does it for you!                    

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

Όνομα Search image on 1688 Search image on 1688
ID lklcoakdokihohjokpoiiobgllhfmhpg
Επίσημο URL https://chromewebstore.google.com/detail/search-image-on-1688/lklcoakdokihohjokpoiiobgllhfmhpg
Περιγραφή Quickly search for any image while browsing on 1688!
Μέγεθος Αρχείου 105 KB
Αριθμός Εγκαταστάσεων 282
Τρέχουσα Έκδοση 1.2.3
Τελευταία Ενημέρωση 2023-11-22
Ημερομηνία Δημοσίευσης 2023-07-06
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής 1688price
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/bf1c0760-535d-4622-b43a-6f45f71020cb
Υποστηριζόμενες Γλώσσες 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,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "1.2.3",
    "description": "__MSG_description__",
    "background": {
        "service_worker": ".\/background.js"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/logo\/logo_x48.png"
    },
    "icons": {
        "16": "assets\/logo\/logo_x16.png",
        "48": "assets\/logo\/logo_x48.png",
        "128": "assets\/logo\/logo_x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": false
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "handler\/handler.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/search.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "object-src": "self",
        "script-src": [
            "self",
            "unsafe-eval"
        ]
    }
}