AGH Wirtualny Dziekanat
Powiadomienia z AGH WD w Twojej przeglądarce!
Qu'est-ce que AGH Wirtualny Dziekanat ?
AGH Wirtualny Dziekanat est une extension Chrome développée par Jan Pogocki, et sa fonction principale est "Powiadomienia z AGH WD w Twojej przeglądarce!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AGH Wirtualny Dziekanat
Téléchargez les fichiers d'extension AGH Wirtualny Dziekanat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ockhaeihngpnpfkobhipnjmjhdiggakg |
URL Officiel | https://chrome.google.com/webstore/detail/agh-wirtualny-dziekanat/ockhaeihngpnpfkobhipnjmjhdiggakg |
Description | Powiadomienia z AGH WD w Twojej przeglądarce! |
Taille du Fichier | 17.37 KB |
Nombre d'Installations | 377 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-06-25 |
Date de Publication | 2018-06-25 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | Jan Pogocki |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.janpogocki.pl |
URL de la Page d'Aide | https://dziekanat.agh.edu.pl |
Langues Prises en Charge | 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" } |