WorkBoard
Enterprise Results Management Software
Was ist WorkBoard?
WorkBoard ist eine Chrome-Erweiterung, die von wobochromedevelopers entwickelt wurde, und ihr Hauptmerkmal ist "Enterprise Results Management Software".
Erweiterungsscreenshots
WorkBoard-Erweiterungs-CRX-Datei herunterladen
Laden Sie WorkBoard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | WorkBoard |
ID | glekcgnnhapbkpkffmojpnpobnhkbpib |
Offizielle URL | https://chromewebstore.google.com/detail/workboard/glekcgnnhapbkpkffmojpnpobnhkbpib |
Beschreibung | Enterprise Results Management Software |
Dateigröße | 45.23 KB |
Installationsanzahl | 616 |
Aktuelle Version | 1.3.7 |
Letztes Update | 2023-12-14 |
Veröffentlichungsdatum | 2019-11-25 |
Entwickler | wobochromedevelopers |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.workboard.com |
Hilfeseite URL | https://workboard.zendesk.com/hc/en-us |
URL der Datenschutzrichtlinien-Seite | https://www.workboard.com/legal/privacy-policy.php |
Unterstützte Sprachen | 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 } |