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 |
Eメール | [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" ] } |