WorkBoard
Enterprise Results Management Software
Wat is WorkBoard?
WorkBoard is een Chrome-extensie ontwikkeld door wobochromedevelopers, en de belangrijkste functie is "Enterprise Results Management Software".
Extensie Screenshots
Download het CRX-bestand van de extensie WorkBoard
Download WorkBoard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WorkBoard |
ID | glekcgnnhapbkpkffmojpnpobnhkbpib |
Officiële URL | https://chromewebstore.google.com/detail/workboard/glekcgnnhapbkpkffmojpnpobnhkbpib |
Beschrijving | Enterprise Results Management Software |
Bestandsgrootte | 45.23 KB |
Aantal Installaties | 616 |
Huidige Versie | 1.3.7 |
Laatst Bijgewerkt | 2023-12-14 |
Publicatiedatum | 2019-11-25 |
Ontwikkelaar | wobochromedevelopers |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.workboard.com |
Help Pagina-URL | https://workboard.zendesk.com/hc/en-us |
URL van de Privacybeleid Pagina | https://www.workboard.com/legal/privacy-policy.php |
Ondersteunde Talen | 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 } |