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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find student discounts automatically at over 1,000 popular retailers and services providers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Student Discount Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}