AliPriceCompare - price comparison

Find the lowest price on AliExpress

Cos'è AliPriceCompare - price comparison?

AliPriceCompare - price comparison è un'estensione di Chrome sviluppata da tooldropship, e la sua funzione principale è "Find the lowest price on AliExpress".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AliPriceCompare - price comparison

Scarica i file di estensione AliPriceCompare - price comparison in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Looking for similar products at better prices on Aliexpress?

How to search AliPriceCompare will help you find out the provider:

Find out the cheapest provider

+ Best transit time.
+ The best supplier evaluation.
+ Save time and money.

Happy Shopping with Aliexpress!                    

Informazioni di Base sull'Estensione

Nome AliPriceCompare - price comparison AliPriceCompare - price comparison
ID niicehbadcoefddejdcmlgkbdpkbegem
URL Ufficiale https://chromewebstore.google.com/detail/alipricecompare-price-com/niicehbadcoefddejdcmlgkbdpkbegem
Descrizione Find the lowest price on AliExpress
Dimensione del File 209 KB
Conteggio Installazioni 7,943
Versione Corrente 1.0.12
Ultimo Aggiornamento 2022-02-24
Data di Pubblicazione 2019-07-10
Valutazione 3.17/5 Totale 23 Valutazioni
Sviluppatore tooldropship
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://alipricecompare.com/
URL della Pagina di Aiuto http://alipricecompare.com/
URL della Pagina della Politica sulla Privacy https://alipricecompare.com/privacy-policy-and-cookies
Lingue Supportate 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",
    "author": "[email protected]",
    "background": {
        "scripts": [
            "js\/libs\/jquery.js",
            "js\/parser.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extTitle__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/libs\/jquery.js",
                "js\/parser.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alipay.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "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'",
    "default_locale": "en",
    "description": "__MSG_extDescr__",
    "icons": {
        "128": "img\/logo.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "cookies"
    ],
    "version": "1.0.12",
    "web_accessible_resources": [
        "img\/*"
    ]
}