AliExpress Image Search - AliCompare

AliCompare

Was ist AliExpress Image Search - AliCompare?

AliExpress Image Search - AliCompare ist eine Chrome-Erweiterung, die von https://alicompare.me entwickelt wurde, und ihr Hauptmerkmal ist "AliCompare".

Erweiterungsscreenshots

screenshot

AliExpress Image Search - AliCompare-Erweiterungs-CRX-Datei herunterladen

Laden Sie AliExpress Image Search - AliCompare-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        AliCompare allows you to search by image in AliExpress and check if a product is available in other vendors.

Also you can now easily create tables to compare products' price, shipping cost and time, seller rating...

You can read more detailed instructions on this page https://alicompare.me/how

We hope you find it useful!

Monetization disclaimer: mantaining our image search engine is expensive, but we didn't want to make this a paid extension. That is why we came out with an alternative monetization method: AliCompare activates our AliExpress cashback at checkout for purchases in which the user has not claimed his own cashback. This way you don't have to pay us and still we earn a small commission that allows us to pay the bills. If by any chance you detect issues with your own cashback, you can click on Cashback Compatibility and activate it in order to totally disable our cashback and make sure you earn it all.                    

Grundlegende Informationen zur Erweiterung

Name AliExpress Image Search - AliCompare AliExpress Image Search - AliCompare
ID mmjbociiiafjimjiddoegfljjomglfoc
Offizielle URL https://chromewebstore.google.com/detail/aliexpress-image-search-a/mmjbociiiafjimjiddoegfljjomglfoc
Beschreibung AliCompare
Dateigröße 810 KB
Installationsanzahl 20,000
Aktuelle Version 3.4.3
Letztes Update 2023-06-26
Veröffentlichungsdatum 2020-06-17
Bewertung 4.70/5 Insgesamt 1149 Bewertungen
Entwickler https://alicompare.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://alicompare.me/
Hilfeseite URL https://alicompare.me/how
URL der Datenschutzrichtlinien-Seite https://alicompare.me/privacy-and-cookies-policy
Unterstützte Sprachen id,de,en,fr,nl,vi,tr,es,it,pl,ru,iw,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "3.4.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/libs\/browser-polyfill.min.js",
            "js\/libs\/jquery-2.2.4.min.js",
            "js\/libs\/balenced.js",
            "js\/libs\/compare-versions.js",
            "js\/libs\/rxjs.umd.min.js",
            "background.87838840.js",
            "js\/bg.min.js"
        ]
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "css\/compare-dialog.css",
                "css\/product-actions.css",
                "css\/compare.css"
            ],
            "js": [
                "js\/libs\/jquery-2.2.4.min.js",
                "js\/libs\/rxjs.umd.min.js",
                "js\/libs\/common-tags.min.js",
                "js\/libs\/uuidv4.min.js",
                "js\/libs\/browser-polyfill.min.js",
                "js\/libs\/accounting.min.js",
                "js\/dialog.min.js",
                "js\/libs\/balenced.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "matches": [
                "*:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSdtcUt_bSguSL-j7D_QvxW5wHmGnJvaGrpZfcK2yOWPM8GAmA\/viewform*"
            ],
            "css": [],
            "js": [
                "js\/libs\/jquery-2.2.4.min.js",
                "js\/libs\/browser-polyfill.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/shoppingcart.aliexpress.com\/orders.htm*",
                "https:\/\/shoppingcart.aliexpress.com\/order\/confirm_order.htm*",
                "https:\/\/www.aliexpress.com\/p\/trade\/confirm.html*"
            ],
            "js": [
                "content.00261377.js"
            ],
            "css": []
        },
        {
            "matches": [
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "contentAli.899c5f46.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.shein.com\/checkout",
                "https:\/\/*.shein.com.mx\/checkout"
            ],
            "js": [
                "contentShein.41183e58.js"
            ],
            "css": []
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "cookies",
        "history",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png"
        }
    }
}