MileReminder

MileReminder - Never Miss Another Mile!

MileReminder क्या है?

MileReminder https://milereminder.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MileReminder - Never Miss Another Mile!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MileReminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम MileReminder MileReminder
ID lpajkefiheohekpponaedciidcbcghge
आधिकारिक URL https://chromewebstore.google.com/detail/milereminder/lpajkefiheohekpponaedciidcbcghge
विवरण MileReminder - Never Miss Another Mile!
फ़ाइल का आकार 698 KB
स्थापना संख्या 358
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2017-11-18
प्रकाशन तिथि 2017-11-18
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://milereminder.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}