Workshop
Load your company's Workshop employee hub dashboard directly into your browser's new tabs.
Cos'è Workshop?
Workshop è un'estensione di Chrome sviluppata da https://useworkshop.com, e la sua funzione principale è "Load your company's Workshop employee hub dashboard directly into your browser's new tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Workshop
Scarica i file di estensione Workshop 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
Workshop is an internal communication platform designed to keep teams informed, connected, and engaged. Workshop's lightweight Chrome extension loads your company hub directly into your browser's new tab window, giving you fast access to the latest information throughout the day.
Informazioni di Base sull'Estensione
Nome | Workshop |
ID | ahngdfkfkiecoelcdgglbgkbkepibcgp |
URL Ufficiale | https://chromewebstore.google.com/detail/workshop/ahngdfkfkiecoelcdgglbgkbkepibcgp |
Descrizione | Load your company's Workshop employee hub dashboard directly into your browser's new tabs. |
Dimensione del File | 16 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2021-09-01 |
Data di Pubblicazione | 2021-01-17 |
Sviluppatore | https://useworkshop.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://useworkshop.com |
URL della Pagina di Aiuto | https://useworkshop.com |
URL della Pagina della Politica sulla Privacy | https://useworkshop.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workshop", "description": "Load your company's Workshop employee hub dashboard directly into your browser's new tabs.", "version": "2.0.0", "options_page": "options.html", "chrome_url_overrides": { "newtab": "main.html" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "logo-16.png", "48": "logo-48.png", "128": "logo-128.png" } } |