MileReminder
MileReminder - Never Miss Another Mile!
MileReminderคืออะไร?
MileReminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://milereminder.com และคุณลักษณะหลักของมันคือ "MileReminder - Never Miss Another Mile!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MileReminder
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |