Workshop
Load your company's Workshop employee hub dashboard directly into your browser's new tabs.
Wat is Workshop?
Workshop is een Chrome-extensie ontwikkeld door https://useworkshop.com, en de belangrijkste functie is "Load your company's Workshop employee hub dashboard directly into your browser's new tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Workshop
Download Workshop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Workshop |
ID | ahngdfkfkiecoelcdgglbgkbkepibcgp |
Officiële URL | https://chromewebstore.google.com/detail/workshop/ahngdfkfkiecoelcdgglbgkbkepibcgp |
Beschrijving | Load your company's Workshop employee hub dashboard directly into your browser's new tabs. |
Bestandsgrootte | 16 KB |
Aantal Installaties | 43 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2021-09-01 |
Publicatiedatum | 2021-01-17 |
Ontwikkelaar | https://useworkshop.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://useworkshop.com |
Help Pagina-URL | https://useworkshop.com |
URL van de Privacybeleid Pagina | https://useworkshop.com/privacy-policy |
Ondersteunde Talen | 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" } } |