MileReminder

MileReminder - Never Miss Another Mile!

MileReminder란 무엇입니까?

MileReminder은(는) https://milereminder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MileReminder - Never Miss Another Mile!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MileReminder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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