Workshop
Load your company's Workshop employee hub dashboard directly into your browser's new tabs.
什么是Workshop?
Workshop是由https://useworkshop.com开发的Chrome扩展程序,该扩展的主要功能是“Load your company's Workshop employee hub dashboard directly into your browser's new tabs.”。
扩展截图
下载Workshop扩展crx文件
下载Workshop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Workshop |
ID | ahngdfkfkiecoelcdgglbgkbkepibcgp |
官方URL | https://chromewebstore.google.com/detail/workshop/ahngdfkfkiecoelcdgglbgkbkepibcgp |
简介 | Load your company's Workshop employee hub dashboard directly into your browser's new tabs. |
文件大小 | 16 KB |
安装次数 | 43 |
当前版本 | 2.0.0 |
更新时间 | 2021-09-01 |
上架时间 | 2021-01-17 |
开发者 | https://useworkshop.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://useworkshop.com |
帮助页面URL | https://useworkshop.com |
隐私政策页面URL | https://useworkshop.com/privacy-policy |
支持的语言 | 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" } } |