Student Discount Finder

Find student discounts automatically at over 1,000 popular retailers and services providers

Student Discount Finder क्या है?

Student Discount Finder https://dealaid.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find student discounts automatically at over 1,000 popular retailers and services providers"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Student Discount Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Student Discount Finder is a browser extension that automatically finds and notifies you of available student discounts as you shop online or browse google.

Student Discount Finder’s API is backed by a database of 1000+ online stores & service providers that offer exclusive discounts to students in USA, UK, Canada & Australia.                    

एक्सटेंशन की मूल जानकारी

नाम Student Discount Finder Student Discount Finder
ID ecllgjcgbjmieiklnfanhpnkjggdliak
आधिकारिक URL https://chromewebstore.google.com/detail/student-discount-finder/ecllgjcgbjmieiklnfanhpnkjggdliak
विवरण Find student discounts automatically at over 1,000 popular retailers and services providers
फ़ाइल का आकार 152 KB
स्थापना संख्या 197
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2021-02-18
प्रकाशन तिथि 2019-12-09
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://dealaid.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dealaid.org/tools/student-discount-finder/
सहायता पृष्ठ URL https://dealaid.org/support/
गोपनीयता नीति पृष्ठ URL https://dealaid.org/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "DealAid",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "18": "images\/18x18-grey.png"
        },
        "default_title": "Student Discount Finder"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-1.9.1.min.js",
                "ci.content.pack.js",
                "libs\/jquery-no-conflict.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/backbone-no-conflict.js",
                "libs\/underscore-no-conflict.js",
                "shared\/constants.js",
                "shared\/utils.js",
                "content\/style.js",
                "content\/templates.js",
                "content\/slider.js",
                "content\/serp.js",
                "content\/serp-handler.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Find student discounts automatically at over 1,000 popular retailers and services providers",
    "homepage_url": "https:\/\/dealaid.org\/tools\/student-discount-finder",
    "icons": {
        "24": "images\/24x24.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 2,
    "name": "Student Discount Finder",
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "webRequest",
        "storage",
        ""
    ],
    "version": "1.0.4",
    "-ms-preload": {
        "backgroundScript": "backgroundScriptsAPIBridge.js",
        "contentScript": "contentScriptsAPIBridge.js"
    }
}