AliScanImage - Search Aliexpres By Image

Right click to image and Aliexpress Scan Image - Search Products By Image. List site support: amazon, ebay and etsy.com

Τι είναι το AliScanImage - Search Aliexpres By Image;

Το AliScanImage - Search Aliexpres By Image είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον droptool6666, και η κύρια λειτουργία του είναι "Right click to image and Aliexpress Scan Image - Search Products By Image. List site support: amazon, ebay and etsy.com".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AliScanImage - Search Aliexpres By Image

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

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

                        AliScanImage is small extention help you search product aliexpress from amazon,ebay,etsy.

Show relevant products on Aliexpress and discover similar products to find the best deals in Aliexpress with supper simple step. Just right click on product image and choose “Search product in Aliexpress”.
 
Typical user cases:
•	Show similar products
•	Discover visually relevant products to find the best deals

User guide to use:
1.	Open product lists
2.	Right Click on product image
3.	Choose “Search product in Aliexpress.com”

Please read privacy at https://dropshipautofinder.info/privacy

Wish you a happy shopping! If you need any support, please feel free to contact us via email [email protected]                    

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

Όνομα AliScanImage - Search Aliexpres By Image AliScanImage - Search Aliexpres By Image
ID egiigimapnhnomhaeoiamgdkjkjpfffi
Επίσημο URL https://chromewebstore.google.com/detail/aliscanimage-search-aliex/egiigimapnhnomhaeoiamgdkjkjpfffi
Περιγραφή Right click to image and Aliexpress Scan Image - Search Products By Image. List site support: amazon, ebay and etsy.com
Μέγεθος Αρχείου 298 KB
Αριθμός Εγκαταστάσεων 177
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-01-04
Ημερομηνία Δημοσίευσης 2019-07-26
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής droptool6666
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dropshipautofinder.info/privacy
URL της Σελίδας Πολιτικής Απορρήτου https://dropshipautofinder.info/privacy
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,vi,tr,es,lt,pl,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "manifest_version": 2,
    "name": "AliScanImage - Search Aliexpres By Image",
    "description": "Right click to image and Aliexpress Scan Image - Search Products By Image. List site support: amazon, ebay and etsy.com",
    "icons": {
        "128": "icons\/icon.png",
        "16": "icons\/icon.png",
        "48": "icons\/icon.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/ct.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alipay.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/api.dropshipautoorder.info\/",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net https:\/\/facebook.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "web_accessible_resources": [
        "css\/content.css",
        "icons\/close.png",
        "icons\/icon.png",
        "js\/libs\/jquery.min.js"
    ],
    "background": {
        "page": "background.html"
    }
}