AliCheap - AliExpress Cheap Finder

Find Aliexpress Cheap Product

Τι είναι το AliCheap - AliExpress Cheap Finder;

Το AliCheap - AliExpress Cheap Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AliTools Inc, και η κύρια λειτουργία του είναι "Find Aliexpress Cheap Product".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AliCheap - AliExpress Cheap Finder

Λήψη αρχείων επέκτασης AliCheap - AliExpress Cheap Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        AliExpress Find Cheap Product is small extension help you search product on aliexpress.com by image ,helps to find similar products on aliexpress.com most accurately and with the best product price. 
Just right click on product image and choose “Find Cheap products From Others vendors”.

AliCheap is absolutely free.

 Typical user cases:

• Show similar products
• Discover visually relevant products to find the best deals

Find the lowest price product on AliExpress

Looking for similar products at better prices on Aliexpress?
 
AliExpress Find Cheap will help you find a supplier:

•  Best shipping time.
•  Best supplier rating.
• Save time and money.

Happy shopping with Aliexpress..!                    

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

Όνομα AliCheap - AliExpress Cheap Finder AliCheap - AliExpress Cheap Finder
ID akmkljcgjifkhgmoihommpgbpejjaedj
Επίσημο URL https://chromewebstore.google.com/detail/alicheap-aliexpress-cheap/akmkljcgjifkhgmoihommpgbpejjaedj
Περιγραφή Find Aliexpress Cheap Product
Μέγεθος Αρχείου 314 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 3.1.0
Τελευταία Ενημέρωση 2022-08-30
Ημερομηνία Δημοσίευσης 2022-08-30
Προγραμματιστής AliTools Inc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.alitools.xyz
URL της Σελίδας Πολιτικής Απορρήτου https://www.alitools.xyz/p/privacy.html
Υποστηριζόμενες Γλώσσες 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": "3.1.0",
    "manifest_version": 3,
    "name": "AliCheap - AliExpress Cheap Finder",
    "description": "Find Aliexpress Cheap Product",
    "icons": {
        "128": "asset\/image\/icon.png",
        "16": "asset\/image\/icon.png",
        "48": "asset\/image\/icon.png"
    },
    "default_locale": "en",
    "action": [],
    "content_scripts": [
        {
            "js": [
                "asset\/js\/libs\/jquery.min.js",
                "asset\/js\/ct.js"
            ],
            "css": [
                "asset\/css\/content.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alipay.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api.dropshipautofinder.info\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/js\/*.js",
                "asset\/image\/*.png",
                "asset\/css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "asset\/js\/bg.js",
        "type": "module"
    }
}