WorkBoard
Enterprise Results Management Software
Apa itu WorkBoard?
WorkBoard adalah ekstensi Chrome yang dikembangkan oleh wobochromedevelopers, dan fitur utamanya adalah "Enterprise Results Management Software".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WorkBoard
Unduh file ekstensi WorkBoard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | WorkBoard |
ID | glekcgnnhapbkpkffmojpnpobnhkbpib |
URL Resmi | https://chromewebstore.google.com/detail/workboard/glekcgnnhapbkpkffmojpnpobnhkbpib |
Deskripsi | Enterprise Results Management Software |
Ukuran File | 45.23 KB |
Jumlah Instalasi | 616 |
Versi Saat Ini | 1.3.7 |
Terakhir Diperbarui | 2023-12-14 |
Tanggal Publikasi | 2019-11-25 |
Pengembang | wobochromedevelopers |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.workboard.com |
URL Halaman Bantuan | https://workboard.zendesk.com/hc/en-us |
URL Halaman Kebijakan Privasi | https://www.workboard.com/legal/privacy-policy.php |
Bahasa yang Didukung | 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 } |