Workplace Status
Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.
Workplace Status là gì?
Workplace Status là một tiện ích mở rộng Chrome được phát triển bởi RunninglVlan, và tính năng chính của nó là "Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Workplace Status
Tải xuống các tệp mở rộng Workplace Status dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Workplace Status |
ID | niohhccbeokedijhglbamgfmeajldbdf |
URL Chính Thức | https://chromewebstore.google.com/detail/workplace-status/niohhccbeokedijhglbamgfmeajldbdf |
Mô tả | Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time. |
Kích Thước Tệp | 27.08 KB |
Số Lần Cài Đặt | 288 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2017-02-06 |
Ngày Phát Hành | 2017-02-06 |
Đánh Giá | 2.14/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | RunninglVlan |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/RunninglVlan/Workplace-Status/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |