MileReminder

MileReminder - Never Miss Another Mile!

Cos'è MileReminder?

MileReminder è un'estensione di Chrome sviluppata da https://milereminder.com, e la sua funzione principale è "MileReminder - Never Miss Another Mile!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MileReminder

Scarica i file di estensione MileReminder 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

                        MileReminder will notify you when are you browsing one of 240+ stores online that reward Airmiles or Aeroplan points including Amazon, Atmosphere, Expedia, Ebay, Sportchek, Sears, Joe Fresh, iTunes, Nike, Adidas, Lego, Chapters and More! All you have to do is first visit AirmilesShops.ca or Aeroplan.ca/eStore and then navigate to the online retailer of choice.

Never miss a mile - use MileReminder!                    

Informazioni di Base sull'Estensione

Nome MileReminder MileReminder
ID lpajkefiheohekpponaedciidcbcghge
URL Ufficiale https://chromewebstore.google.com/detail/milereminder/lpajkefiheohekpponaedciidcbcghge
Descrizione MileReminder - Never Miss Another Mile!
Dimensione del File 698 KB
Conteggio Installazioni 358
Versione Corrente 1.5.1
Ultimo Aggiornamento 2017-11-18
Data di Pubblicazione 2017-11-18
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://milereminder.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MileReminder",
    "description": "MileReminder - Never Miss Another Mile!",
    "version": "1.5.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "MileReminder!"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "*:\/\/www.airmilesshops.ca\/*",
        "*:\/\/*.aeroplan.com\/estore\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "topbar.html"
    ]
}