Studentkortets Plugin

Få automatisk påminning på våre avtaler!

What is Studentkortets Plugin?

Studentkortets Plugin is a Chrome extension developed by Studentkortet, and its main feature is "Få automatisk påminning på våre avtaler!".

Extension Screenshots

screenshot
screenshot

Download Studentkortets Plugin Extension CRX File

Download Studentkortets Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Studentkortet sin Nettleser - utvidelse er klar.
Last ned denne, og du glemmer aldri rabattene du har via Studentkortet.no
 
Påminneren sier automatisk ifra om nettbutikken du er på tur til å handle i, gir rabatter via Studentkortet.no.
Det dukker opp en diskré boks i hjørne av skjermen din, kun når du er på en side som gir deg studentrabatt via Studentkortet.no.                    

Extension Basic Information

Name Studentkortets Plugin Studentkortets Plugin
ID oakginfeffaakolnlhkcflaebdgbfmfe
Official URL https://chromewebstore.google.com/detail/studentkortets-plugin/oakginfeffaakolnlhkcflaebdgbfmfe
Description Få automatisk påminning på våre avtaler!
File Size 62.09 KB
Installation Count 4,301
Current Version 1.0.5
Last Updated 2022-05-31
Publish Date 2015-12-02
Rating 2.00/5 Total 4 Ratings
Developer Studentkortet
Email [email protected]
Payment Type free
Extension Website https://studentkortet.no
Supported Languages no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Studentkortets Plugin",
    "version": "1.0.5",
    "description": "F\u00e5 automatisk p\u00e5minning p\u00e5 v\u00e5re avtaler!",
    "icons": {
        "16": "sk-icon-16.png",
        "48": "sk-icon-48.png",
        "128": "sk-icon-128.png"
    },
    "permissions": [],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "48.png"
    ]
}