Workplace Status
Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.
什麼是Workplace Status?
Workplace Status是由RunninglVlan開發的Chrome擴展程式,該擴展的主要功能是“Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.”。
擴展截圖
下載Workplace Status擴展crx文件
下載Workplace Status擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
See your Workplace status (Messages and Notifications) on a toolbar. Perfect for those who don't want to keep Workplace open all the time. By clicking on the icon when the status change is shown, you'll be transferred directly to that status page. Changelog v2.1 - Mossback Changed to Workplace Status v2.0 - Gaspar Initial release as Facebook at Work Status, based on Facebook Status extension
擴展基本資訊
名稱 | Workplace Status |
ID | niohhccbeokedijhglbamgfmeajldbdf |
官方網址 | https://chromewebstore.google.com/detail/workplace-status/niohhccbeokedijhglbamgfmeajldbdf |
簡介 | Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time. |
檔案大小 | 27.08 KB |
安裝次數 | 288 |
目前版本 | 2.1 |
更新時間 | 2017-02-06 |
上架時間 | 2017-02-06 |
評分 | 2.14/5 共 7 次評分 |
開發者 | RunninglVlan |
付費類型 | free |
說明頁面URL | https://github.com/RunninglVlan/Workplace-Status/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Workplace Status", "version": "2.1", "manifest_version": 2, "description": "Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.", "developer": { "name": "RunninglVlan", "url": "https:\/\/github.com\/RunninglVlan" }, "icons": { "64": "img\/icon64.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/browserAction\/default16.png", "32": "img\/browserAction\/default32.png", "19": "img\/browserAction\/default19.png", "38": "img\/browserAction\/default38.png" }, "default_title": "Workplace Status" }, "background": { "scripts": [ "js\/Statuses.js", "js\/Parser.js", "js\/IconUpdater.js", "js\/Options.js", "js\/Fetcher.js", "js\/Presenter.js", "background.js" ] }, "options_page": "options.html", "permissions": [ "*:\/\/*.facebook.com\/*", "tabs" ] } |