Workshop
Load your company's Workshop employee hub dashboard directly into your browser's new tabs.
What is Workshop?
Workshop is a Chrome extension developed by https://useworkshop.com, and its main feature is "Load your company's Workshop employee hub dashboard directly into your browser's new tabs.".
Extension Screenshots
Download Workshop Extension CRX File
Download Workshop 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
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.
Extension Basic Information
Name | Workshop |
ID | ahngdfkfkiecoelcdgglbgkbkepibcgp |
Official URL | https://chromewebstore.google.com/detail/workshop/ahngdfkfkiecoelcdgglbgkbkepibcgp |
Description | Load your company's Workshop employee hub dashboard directly into your browser's new tabs. |
File Size | 16 KB |
Installation Count | 43 |
Current Version | 2.0.0 |
Last Updated | 2021-09-01 |
Publish Date | 2021-01-17 |
Developer | https://useworkshop.com |
[email protected] | |
Payment Type | free |
Extension Website | https://useworkshop.com |
Help Page URL | https://useworkshop.com |
Privacy Policy Page URL | https://useworkshop.com/privacy-policy |
Supported Languages | 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" } } |