Student Beans

Shopping online? Get automatic alerts for available student discounts

什么是Student Beans?

Student Beans是由Student Beans开发的Chrome扩展程序,该扩展的主要功能是“Shopping online? Get automatic alerts for available student discounts”。

扩展截图

screenshot

下载Student Beans扩展crx文件

下载Student Beans扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Student Beans Chrome extension alerts you of student discounts on sites you visit, so you’ll never miss out on savings.

Working with thousands of brands and retailer websites, all you have to do is add Student Beans to your browser (it only takes a few seconds) and shop like normal. We’ll pop up and do the hard work for you.

Automatically alerting you of the most exclusive, verified student deals on any website you visit, tap the Get Discount button to see the offer and get quick, easy access to your valid discount code.

From ASOS, JD Sports, Currys, John Lewis and many more, university, college and sixth form students get instant access to thousands of student discounts from the biggest brands around.

Join millions of Student Beans members and sign up for free today!

If you need any help, email us at [email protected] and we’ll get back to you.                    

扩展基本信息

名称 Student Beans Student Beans
ID pdmhehfogekmpmdoemhabjpaiadagpgp
官方URL https://chromewebstore.google.com/detail/student-beans/pdmhehfogekmpmdoemhabjpaiadagpgp
简介 Shopping online? Get automatic alerts for available student discounts
文件大小 322 KB
安装次数 31,858
当前版本 2.1.0
更新时间 2023-11-02
上架时间 2020-06-30
评分 4.71/5 共14次评分
开发者 Student Beans
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.studentbeans.com/uk
隐私政策页面URL https://accounts.studentbeans.com/uk/info/privacy
支持的语言 de,en,en-GB,en-US,fr,nl,da,es,it,pl,sv,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en_GB",
    "icons": {
        "16": "icons\/active16.png",
        "24": "icons\/active24.png",
        "32": "icons\/active32.png",
        "48": "icons\/active48.png",
        "64": "icons\/active64.png",
        "128": "icons\/active128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "offscreen"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/disabled16.png",
            "24": "icons\/disabled24.png",
            "32": "icons\/disabled32.png",
            "48": "icons\/disabled48.png",
            "64": "icons\/disabled64.png",
            "128": "icons\/disabled128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "version": "2.1.0"
}