MileReminder

MileReminder - Never Miss Another Mile!

Co je MileReminder?

MileReminder je rozšíření Chrome vyvinuté https://milereminder.com, a jeho hlavní funkcí je „MileReminder - Never Miss Another Mile!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření MileReminder

Stáhněte si soubory rozšíření MileReminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název MileReminder MileReminder
ID lpajkefiheohekpponaedciidcbcghge
Oficiální URL https://chromewebstore.google.com/detail/milereminder/lpajkefiheohekpponaedciidcbcghge
Popis MileReminder - Never Miss Another Mile!
Velikost souboru 698 KB
Počet instalací 358
Aktuální Verze 1.5.1
Poslední Aktualizace 2017-11-18
Datum Vydání 2017-11-18
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://milereminder.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}