Teacher Discounts

Notifies Teachers and Educators about available Teacher discounts, coupons, and promo codes as they shop online.

Teacher Discounts란 무엇입니까?

Teacher Discounts은(는) https://couponfollow.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifies Teachers and Educators about available Teacher discounts, coupons, and promo codes as they shop online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Specially created for Teachers and Educators, CouponFollow's Free Chrome extension notifies you when you qualify for a discount at supported stores.  

Covers over 200 retailer and e-commerce websites in Retail, Fashion, Travel, Hotels, Airfare, and much more!

Features:

- Be pleasantly surprised when it pops up as you browse the web shopping, booking travel, car rentals, sporting events and more.  

- Supports over 200 retailer and e-commerce websites.  

- Easily turn notifications off for specific stores you frequent or don't need a reminder for.

Also, browse our Interactive guide here to learn about the latest offerings and easily determine which offers you qualify for:

https://couponfollow.com/teachers                    

확장 프로그램 기본 정보

이름 Teacher Discounts Teacher Discounts
ID bfmhmhmejaeohfjkekfoahiekpbmobeh
공식 URL https://chromewebstore.google.com/detail/teacher-discounts/bfmhmhmejaeohfjkekfoahiekpbmobeh
설명 Notifies Teachers and Educators about available Teacher discounts, coupons, and promo codes as they shop online.
파일 크기 94.77 KB
설치 횟수 187
현재 버전 0.0.1
최근 업데이트 2018-05-08
출시 날짜 2018-05-08
개발자 https://couponfollow.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://couponfollow.com/teachers/extension
도움말 페이지 URL https://couponfollow.com/teachers/faq
개인정보 보호 정책 페이지 URL https://couponfollow.com/checkout/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teacher Discounts",
    "description": "Notifies Teachers and Educators about available Teacher discounts, coupons, and promo codes as they shop online.",
    "browser_action": {
        "default_title": "Teacher Discounts",
        "default_icon": {
            "32": "images\/inactive-32.png",
            "38": "images\/inactive-38.png",
            "64": "images\/extension-64.png",
            "128": "images\/extension-128.png",
            "256": "images\/extension-256.png"
        }
    },
    "icons": {
        "32": "images\/inactive-32.png",
        "38": "images\/inactive-38.png",
        "64": "images\/extension-64.png",
        "128": "images\/extension-128.png",
        "256": "images\/extension-256.png"
    },
    "version": "0.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/vendor\/polyfill.min.js",
            "scripts\/vendor\/fetch.js",
            "scripts\/vendor\/tldjs.min.js",
            "scripts\/api\/extensionApi.js",
            "scripts\/background\/urlConfig.js",
            "scripts\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/vendor\/normalize.css",
                "css\/vendor\/animate.css",
                "css\/contentscript\/iframeHandler.css"
            ],
            "js": [
                "scripts\/vendor\/tldjs.min.js",
                "scripts\/contentscript\/isCart.js",
                "scripts\/api\/contentApi.js",
                "scripts\/contentscript\/iframeHandler.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/contentscript\/iframe.html"
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}