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 |
公式URL | 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" ] } |