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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows your Workplace status (Messages and Notifications) on a toolbar. No need to keep site open all the time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Workplace Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |