Student Beans

Shopping online? Get automatic alerts for available student discounts

Student Beans क्या है?

Student Beans Student Beans द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shopping online? Get automatic alerts for available student discounts"।

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

screenshot

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

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

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

                        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"
}