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" ] } |