WorkBoard
Enterprise Results Management Software
What is WorkBoard?
WorkBoard is a Chrome extension developed by wobochromedevelopers, and its main feature is "Enterprise Results Management Software".
Extension Screenshots
Download WorkBoard Extension CRX File
Download WorkBoard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Workboard's Chrome Extension allows you to view, add, and check off completed tasks on your daily Action Item list without switching browser tabs or navigating away. * Focus on today's today’s priorities * Add to your list on the fly * Instantly check-off done items Get the right things done every day to increase your impact. Simply click on the Workboard icon, see your Action Item list for the day, and work it. Fast. Easy. Powerful.
Extension Basic Information
Name | WorkBoard |
ID | glekcgnnhapbkpkffmojpnpobnhkbpib |
Official URL | https://chromewebstore.google.com/detail/workboard/glekcgnnhapbkpkffmojpnpobnhkbpib |
Description | Enterprise Results Management Software |
File Size | 45.23 KB |
Installation Count | 616 |
Current Version | 1.3.7 |
Last Updated | 2023-12-14 |
Publish Date | 2019-11-25 |
Developer | wobochromedevelopers |
[email protected] | |
Payment Type | free |
Extension Website | https://www.workboard.com |
Help Page URL | https://workboard.zendesk.com/hc/en-us |
Privacy Policy Page URL | https://www.workboard.com/legal/privacy-policy.php |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WorkBoard", "version": "1.3.7", "description": "Enterprise Results Management Software", "permissions": [ "storage", "identity", "alarms", "https:\/\/www.myworkboard.com\/wb\/*" ], "background": { "scripts": [ "jquery-3.7.1.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/wb_icon.ico", "32": "images\/wb_icon.ico", "48": "images\/wb_icon.ico", "128": "images\/wb_icon.ico" } }, "icons": { "16": "images\/wb_icon.ico", "32": "images\/wb_icon.ico", "48": "images\/wb_icon.ico", "128": "images\/wb_icon.ico" }, "manifest_version": 2 } |