AGH Wirtualny Dziekanat
Powiadomienia z AGH WD w Twojej przeglądarce!
What is AGH Wirtualny Dziekanat?
AGH Wirtualny Dziekanat is a Chrome extension developed by Jan Pogocki, and its main feature is "Powiadomienia z AGH WD w Twojej przeglądarce!".
Extension Screenshots
Download AGH Wirtualny Dziekanat Extension CRX File
Download AGH Wirtualny Dziekanat 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
Zainstaluj rozszerzenie AGH WD dla Google Chrome i ciesz się powiadomieniami o nowych ocenach. Natychmiastowa informacja, bez konieczności odświeżania strony dziekanat.agh.edu.pl. Rozszerzenie nie przesyła dalej Twoich ocen, ani żadnych danych osobistych. Masz urządzenie z systemem Android? Pobierz aplikację AGH Wirtualny Dziekanat już teraz i przeglądaj szybko oraz bezpiecznie Twój indeks AGH, gdziekolwiek jesteś: https://play.google.com/store/apps/details?id=pl.janpogocki.agh.wirtualnydziekanat
Extension Basic Information
Name | |
ID | ockhaeihngpnpfkobhipnjmjhdiggakg |
Official URL | https://chrome.google.com/webstore/detail/agh-wirtualny-dziekanat/ockhaeihngpnpfkobhipnjmjhdiggakg |
Description | Powiadomienia z AGH WD w Twojej przeglądarce! |
File Size | 17.37 KB |
Installation Count | 377 |
Current Version | 1.0.1 |
Last Updated | 2018-06-25 |
Publish Date | 2018-06-25 |
Rating | 5.00/5 Total 9 Ratings |
Developer | Jan Pogocki |
[email protected] | |
Payment Type | free |
Extension Website | https://www.janpogocki.pl |
Help Page URL | https://dziekanat.agh.edu.pl |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AGH Wirtualny Dziekanat", "short_name": "AGH WD", "version": "1.0.1", "description": "Powiadomienia z AGH WD w Twojej przegl\u0105darce!", "icons": { "128": "aghwd_logo_128.png", "96": "aghwd_logo_96.png" }, "permissions": [ "gcm", "activeTab", "notifications", "storage", "https:\/\/api.janpogocki.pl\/*" ], "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "browser_action": { "default_title": "AGH WD", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "homepage_url": "https:\/\/www.janpogocki.pl", "incognito": "not_allowed", "\/\/": "It is the same for all projects, this is not your project's sender ID", "gcm_sender_id": "103953800507" } |