MileReminder
MileReminder - Never Miss Another Mile!
What is MileReminder?
MileReminder is a Chrome extension developed by https://milereminder.com, and its main feature is "MileReminder - Never Miss Another Mile!".
Extension Screenshots
Download MileReminder Extension CRX File
Download MileReminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | MileReminder |
ID | lpajkefiheohekpponaedciidcbcghge |
Official URL | https://chromewebstore.google.com/detail/milereminder/lpajkefiheohekpponaedciidcbcghge |
Description | MileReminder - Never Miss Another Mile! |
File Size | 698 KB |
Installation Count | 358 |
Current Version | 1.5.1 |
Last Updated | 2017-11-18 |
Publish Date | 2017-11-18 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://milereminder.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |