Aliexpress: Search similar cheap products

Find Cheaper on Aliexpress

Cos'è Aliexpress: Search similar cheap products?

Aliexpress: Search similar cheap products è un'estensione di Chrome sviluppata da Infinity, e la sua funzione principale è "Find Cheaper on Aliexpress".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Aliexpress: Search similar cheap products

Scarica i file di estensione Aliexpress: Search similar cheap products 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

                        Aliexpress: Search similar cheap products
It is a small but mighty Chrome extension that helps you check if a product is available in other AliExpress stores at cheap price.

Just click on the Find simillar cheaper  button and you will instantly know if it’s cheaper elsewhere.
The extension for AliExpress finds similar products at a better price.
The extension adds the "Find similar products" button to the pages of the AliExpress store. With the help of which you can find similar offers from other sellers at a better price.
You can also click on "Find more like this" and continue the search from results.
N.B:-By installing this Chrome extension you accept redirecting you to the links of the affiliate program AliExpress.
Enjoy! :)                    

Informazioni di Base sull'Estensione

Nome Aliexpress: Search similar cheap products Aliexpress: Search similar cheap products
ID nnimbegadieahkenpkmdlmadcbkbehao
URL Ufficiale https://chromewebstore.google.com/detail/aliexpress-search-similar/nnimbegadieahkenpkmdlmadcbkbehao
Descrizione Find Cheaper on Aliexpress
Dimensione del File 712 KB
Conteggio Installazioni 609
Versione Corrente 3.2.7
Ultimo Aggiornamento 2023-01-17
Data di Pubblicazione 2021-02-13
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore Infinity
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sites.google.com/view/privacypolicyalicheaperfinder/home
URL della Pagina di Aiuto https://sites.google.com/view/contactusinfinityit/home
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/privacypolicyalicheaperfinder/home
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aliexpress: Search similar cheap products",
    "description": "__MSG_extDescr__",
    "version": "3.2.7",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/ga.js",
            "js\/libs\/jquery-2.2.4.min.js",
            "js\/listeners.js",
            "js\/redirect.js",
            "js\/history.js",
            "js\/request.js",
            "js\/parser.js",
            "js\/bg.js"
        ]
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "img\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/libs\/jquery-2.2.4.min.js",
                "js\/parser.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Aliexpress Detective|The Cheaper Finder"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ]
}