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 |
官方網址 | 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" ] } |