MileReminder
MileReminder - Never Miss Another Mile!
什么是MileReminder?
MileReminder是由https://milereminder.com开发的Chrome扩展程序,该扩展的主要功能是“MileReminder - Never Miss Another Mile!”。
扩展截图
下载MileReminder扩展crx文件
下载MileReminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } |