Student Discount Finder

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

Student Discount Finder là gì?

Student Discount Finder là một tiện ích mở rộng Chrome được phát triển bởi https://dealaid.org, và tính năng chính của nó là "Find student discounts automatically at over 1,000 popular retailers and services providers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Student Discount Finder

Tải xuống các tệp mở rộng Student Discount Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Student Discount Finder Student Discount Finder
ID ecllgjcgbjmieiklnfanhpnkjggdliak
URL Chính Thức https://chromewebstore.google.com/detail/student-discount-finder/ecllgjcgbjmieiklnfanhpnkjggdliak
Mô tả Find student discounts automatically at over 1,000 popular retailers and services providers
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 197
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-02-18
Ngày Phát Hành 2019-12-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://dealaid.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dealaid.org/tools/student-discount-finder/
URL Trang Trợ Giúp https://dealaid.org/support/
URL Trang Chính Sách Bảo Mật https://dealaid.org/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}