ClockKanban - Kanban Board for Free
Manage your project milestones, for free and without create an account.
Cos'è ClockKanban - Kanban Board for Free?
ClockKanban - Kanban Board for Free è un'estensione di Chrome sviluppata da https://clockkanban.com, e la sua funzione principale è "Manage your project milestones, for free and without create an account.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ClockKanban - Kanban Board for Free
Scarica i file di estensione ClockKanban - Kanban Board for Free in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | jnmpfhcdkojklghhlgmgieagpnfledlc |
| URL Ufficiale | https://chromewebstore.google.com/detail/clockkanban-kanban-board/jnmpfhcdkojklghhlgmgieagpnfledlc |
| Descrizione | Manage your project milestones, for free and without create an account. |
| Dimensione del File | 13.73 KB |
| Conteggio Installazioni | 301 |
| Versione Corrente | 1.4.1 |
| Ultimo Aggiornamento | 2023-11-16 |
| Data di Pubblicazione | 2022-10-05 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | https://clockkanban.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://clockkanban.com/ |
| URL della Pagina di Aiuto | https://clockkanban.com/ |
| Lingue Supportate | 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\/"
} | |