ClockKanban - Kanban Board for Free
Manage your project milestones, for free and without create an account.
Apa itu ClockKanban - Kanban Board for Free?
ClockKanban - Kanban Board for Free adalah ekstensi Chrome yang dikembangkan oleh https://clockkanban.com, dan fitur utamanya adalah "Manage your project milestones, for free and without create an account.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ClockKanban - Kanban Board for Free
Unduh file ekstensi ClockKanban - Kanban Board for Free 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
NEW FUNCTIONALITY: 1) Select text from any website 2) Right click on it 3) Click "Add to Kanban" Create Unlimited Kanban Boards 100% Free. Organize your to-do list, goals, attach files, create columns, and work as a team. Some features: · Create unlimited public and private boards for free · Share your boards with your team so they can work on the information In addition to cards, you can also create goals · Upload files up to 1GB Free and share them with your team
Informasi Dasar Ekstensi
Nama | ClockKanban - Kanban Board for Free |
ID | jnmpfhcdkojklghhlgmgieagpnfledlc |
URL Resmi | https://chromewebstore.google.com/detail/clockkanban-kanban-board/jnmpfhcdkojklghhlgmgieagpnfledlc |
Deskripsi | Manage your project milestones, for free and without create an account. |
Ukuran File | 13.73 KB |
Jumlah Instalasi | 301 |
Versi Saat Ini | 1.4.1 |
Terakhir Diperbarui | 2023-11-16 |
Tanggal Publikasi | 2022-10-05 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://clockkanban.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://clockkanban.com/ |
URL Halaman Bantuan | https://clockkanban.com/ |
Bahasa yang Didukung | en,en-GB,es,es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "action": [], "manifest_version": 3, "version": "1.4.1", "permissions": [ "activeTab", "contextMenus" ], "background": { "service_worker": "background.js" }, "icons": { "16": "ck16.png", "32": "ck32.png", "48": "ck48.png", "128": "ck128.png" }, "homepage_url": "https:\/\/clockkanban.com\/" } |