Student Saver

Automatically find student discount codes when you shop online!

Student Saver란 무엇입니까?

Student Saver은(는) Student Saver Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically find student discount codes when you shop online!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Students! Never miss a discount again.

Automatically find student discount codes while you’re shopping.

Student saver will appear green when it has got a code and with a single click, brings you straight to it.

Save money on 100s of sites like Apple, Microsoft, Adidas, ASOS, Pizza Hut, Nike and many more!

Want a new phone? Get up to 10% Apple and Samsung.
Booking a holiday? Get 10% off your hotel with Expedia.
Like takeaways? Get up to 40% off ASK ITALIAN.
Wanna treat a lecturer? Get 10% off ASOS.

Discounts found in Fashion, Technology, Food & Drink, Health & Fitness and much more!

We currently support shopping sites in the United Kingdom.

*DISCLAIMER*
Money saved using this extension should not be used on textbooks.                    

확장 프로그램 기본 정보

이름 Student Saver Student Saver
ID gkoehlppadhdgblcdjeogodnandinoda
공식 URL https://chrome.google.com/webstore/detail/student-saver/gkoehlppadhdgblcdjeogodnandinoda
설명 Automatically find student discount codes when you shop online!
파일 크기 1.17 MB
설치 횟수 139
현재 버전 1.1.0
최근 업데이트 2020-03-21
출시 날짜 2020-03-21
평점 4.71/5 총 7 개의 평점
개발자 Student Saver Team
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Student Saver",
    "description": "Automatically find student discount codes when you shop online!",
    "version": "1.1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/eventPage.js",
            "js\/sites_cs.js",
            "js\/ga.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Student Saver",
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "img\/SS_Logos\/16SS_Logo.png",
            "32": "img\/SS_Logos\/32SS_Logo.png",
            "48": "img\/SS_Logos\/48SS_Logo.png",
            "128": "img\/SS_Logos\/128SS_Logo.png"
        }
    },
    "icons": {
        "16": "img\/SS_Logos\/16SS_Logo.png",
        "32": "img\/SS_Logos\/32SS_Logo.png",
        "48": "img\/SS_Logos\/48SS_Logo.png",
        "128": "img\/SS_Logos\/128SS_Logo.png"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "short_name": "SS"
}