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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifies Teachers and Educators about available Teacher discounts, coupons, and promo codes as they shop online."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Teacher Discounts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}