Talawanda Staff Web Portal
Overrides the new tab page with the Talawanda Web Portal for Staff.
Cos'è Talawanda Staff Web Portal?
Talawanda Staff Web Portal è un'estensione di Chrome sviluppata da thompsona, e la sua funzione principale è "Overrides the new tab page with the Talawanda Web Portal for Staff.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Talawanda Staff Web Portal
Scarica i file di estensione Talawanda Staff Web Portal 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
This extension overrides the Chrome new tab page with a custom web portal designed for Talawanda School District staff members. Informazioni di Base sull'Estensione
| Nome | |
| ID | hcegmjehigpoobglbdidibodhbhignnm |
| URL Ufficiale | https://chromewebstore.google.com/detail/talawanda-staff-web-porta/hcegmjehigpoobglbdidibodhbhignnm |
| Descrizione | Overrides the new tab page with the Talawanda Web Portal for Staff. |
| Dimensione del File | 104 KB |
| Conteggio Installazioni | 25 |
| Versione Corrente | 1.0.38 |
| Ultimo Aggiornamento | 2019-09-20 |
| Data di Pubblicazione | 2019-09-20 |
| Sviluppatore | thompsona |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Talawanda Staff Web Portal",
"description": "Overrides the new tab page with the Talawanda Web Portal for Staff.",
"version": "1.0.38",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "portal\/index.html"
},
"content_security_policy": "script-src 'self' https:\/\/feed2js.org https:\/\/platform.twitter.com https:\/\/cdn.api.twitter.com https:\/\/syndication.twitter.com https:\/\/cdn.syndication.twimg.com https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |