Studentkortets Plugin
Få automatisk påminning på våre avtaler!
Cos'è Studentkortets Plugin?
Studentkortets Plugin è un'estensione di Chrome sviluppata da Studentkortet, e la sua funzione principale è "Få automatisk påminning på våre avtaler!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Studentkortets Plugin
Scarica i file di estensione Studentkortets Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Studentkortets Plugin |
ID | oakginfeffaakolnlhkcflaebdgbfmfe |
URL Ufficiale | https://chromewebstore.google.com/detail/studentkortets-plugin/oakginfeffaakolnlhkcflaebdgbfmfe |
Descrizione | Få automatisk påminning på våre avtaler! |
Dimensione del File | 62.09 KB |
Conteggio Installazioni | 4,301 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2022-05-31 |
Data di Pubblicazione | 2015-12-02 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | Studentkortet |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://studentkortet.no |
Lingue Supportate | 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" ] } |