Student Beans

Shopping online? Get automatic alerts for available student discounts

Student Beans là gì?

Student Beans là một tiện ích mở rộng Chrome được phát triển bởi Student Beans, và tính năng chính của nó là "Shopping online? Get automatic alerts for available student discounts".

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

screenshot

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

Tải xuống các tệp mở rộng Student Beans 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

                        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.                    

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

Tên Student Beans Student Beans
ID pdmhehfogekmpmdoemhabjpaiadagpgp
URL Chính Thức https://chromewebstore.google.com/detail/student-beans/pdmhehfogekmpmdoemhabjpaiadagpgp
Mô tả Shopping online? Get automatic alerts for available student discounts
Kích Thước Tệp 322 KB
Số Lần Cài Đặt 31,858
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2023-11-02
Ngày Phát Hành 2020-06-30
Đánh Giá 4.71/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Student Beans
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.studentbeans.com/uk
URL Trang Chính Sách Bảo Mật https://accounts.studentbeans.com/uk/info/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}