WorkBoard
Enterprise Results Management Software
Qu'est-ce que WorkBoard ?
WorkBoard est une extension Chrome développée par wobochromedevelopers, et sa fonction principale est "Enterprise Results Management Software".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WorkBoard
Téléchargez les fichiers d'extension WorkBoard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | WorkBoard |
ID | glekcgnnhapbkpkffmojpnpobnhkbpib |
URL Officiel | https://chromewebstore.google.com/detail/workboard/glekcgnnhapbkpkffmojpnpobnhkbpib |
Description | Enterprise Results Management Software |
Taille du Fichier | 45.23 KB |
Nombre d'Installations | 616 |
Version Actuelle | 1.3.7 |
Dernière Mise à Jour | 2023-12-14 |
Date de Publication | 2019-11-25 |
Développeur | wobochromedevelopers |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.workboard.com |
URL de la Page d'Aide | https://workboard.zendesk.com/hc/en-us |
URL de la Page de Politique de Confidentialité | https://www.workboard.com/legal/privacy-policy.php |
Langues Prises en Charge | 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 } |