alify.me - Start saving money today!
See great deals on AliExpress when searching on Amazon.
Cos'è alify.me - Start saving money today!?
alify.me - Start saving money today! è un'estensione di Chrome sviluppata da https://alify.me, e la sua funzione principale è "See great deals on AliExpress when searching on Amazon.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione alify.me - Start saving money today!
Scarica i file di estensione alify.me - Start saving money today! 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
                        SAVE MONEY TODAY - SEE GREAT DEALS ON ALIEXPRESS WHEN SEARCHING ON AMAZON
The alify.me browser extension shows the AliExpress results for your search right on the Amazon website. Savings of 60% or more are common. Alify.me is completely free to install and use.
alify.me puts the relevant AliExpress products right on the Amazon website - while you are surfing it. 
So, you can make sure to always get the best deal. Many products on Amazon are just resold from AliExpress/Alibaba anyways - and often with a big markup. Savings of 60 or 70% are common when you shop with alify.me.
- supports all Amazon websites/locales (.com, .co.uk, .fr, .de, .in, and so on...)
- other features coming
Let us know if you have any problems or suggestions: [email protected]
We are happy to help. :)                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | jmkpahegcfiojbdpcjflabehlicindkn | 
| URL Ufficiale | https://chromewebstore.google.com/detail/alifyme-start-saving-mone/jmkpahegcfiojbdpcjflabehlicindkn | 
| Descrizione | See great deals on AliExpress when searching on Amazon. | 
| Dimensione del File | 139 KB | 
| Conteggio Installazioni | 117 | 
| Versione Corrente | 0.1.6 | 
| Ultimo Aggiornamento | 2019-09-23 | 
| Data di Pubblicazione | 2019-09-23 | 
| Valutazione | 5.00/5 Totale 2 Valutazioni | 
| Sviluppatore | https://alify.me | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://alify.me | 
| Lingue Supportate | de,en,fr,es | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "alify.me",
    "version": "0.1.6",
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "alify.me"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.aliexpress.com\/"
    ],
    "web_accessible_resources": [
        "iframe.html",
        "content.js",
        "content.css",
        "lib\/bootstrap.min.css",
        "lib\/bootstrap.min.js",
        "lib\/jquery-3.3.1.min.js",
        "lib\/popper.min.js",
        "iframe.css",
        "iframe.js",
        "icons\/logo.png",
        "lib\/loader.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.nl\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.co.uk\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}  |  |