Checkvist
Quickly check your Checkvist without leaving the page.
Cos'è Checkvist?
Checkvist è un'estensione di Chrome sviluppata da https://checkvist.com, e la sua funzione principale è "Quickly check your Checkvist without leaving the page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Checkvist
Scarica i file di estensione Checkvist 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
Task manager and online outliner with outstanding keyboard support, tags, due dates, search/filtering and collaboration With Checkvist you can: - make a brain dump of your ideas into a list - organize notes after a meeting - publish instructions or plans - share tasks with your coworkers, friends, family - collect materials, make notes, set priorities - write an article, blog post, a book - create nice printable checklists - use a mobile app to check your lists
Informazioni di Base sull'Estensione
Nome | Checkvist |
ID | kffhfpfmcgbogjmmhcogadccojfcaofk |
URL Ufficiale | https://chromewebstore.google.com/detail/checkvist/kffhfpfmcgbogjmmhcogadccojfcaofk |
Descrizione | Quickly check your Checkvist without leaving the page. |
Dimensione del File | 11.43 KB |
Conteggio Installazioni | 1,285 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2019-12-23 |
Data di Pubblicazione | 2019-12-23 |
Valutazione | 4.63/5 Totale 30 Valutazioni |
Sviluppatore | https://checkvist.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://checkvist.com |
URL della Pagina della Politica sulla Privacy | https://checkvist.com/auth/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "icon-128x128.png", "default_title": "View Lists", "default_popup": "popout.html" }, "content_security_policy": "script-src 'self' https:\/\/checkvist.com; object-src 'self'", "permissions": [], "description": "Quickly check your Checkvist without leaving the page.", "icons": { "128": "icon-128x128.png", "48": "icon-48x48.png" }, "name": "Checkvist", "version": "1.0.7" } |