MileReminder

MileReminder - Never Miss Another Mile!

O que é MileReminder?

MileReminder é uma extensão do Chrome desenvolvida por https://milereminder.com, e sua principal característica é "MileReminder - Never Miss Another Mile!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MileReminder

Baixe arquivos de extensão MileReminder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome MileReminder MileReminder
ID lpajkefiheohekpponaedciidcbcghge
URL Oficial https://chromewebstore.google.com/detail/milereminder/lpajkefiheohekpponaedciidcbcghge
Descrição MileReminder - Never Miss Another Mile!
Tamanho do Arquivo 698 KB
Contagem de Instalações 358
Versão Atual 1.5.1
Última Atualização 2017-11-18
Data de Publicação 2017-11-18
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://milereminder.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}