Checkvist
Quickly check your Checkvist without leaving the page.
Qu'est-ce que Checkvist ?
Checkvist est une extension Chrome développée par https://checkvist.com, et sa fonction principale est "Quickly check your Checkvist without leaving the page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Checkvist
Téléchargez les fichiers d'extension Checkvist 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
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
Informations de Base sur l'Extension
Nom | Checkvist |
ID | kffhfpfmcgbogjmmhcogadccojfcaofk |
URL Officiel | https://chromewebstore.google.com/detail/checkvist/kffhfpfmcgbogjmmhcogadccojfcaofk |
Description | Quickly check your Checkvist without leaving the page. |
Taille du Fichier | 11.43 KB |
Nombre d'Installations | 1,285 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2019-12-23 |
Date de Publication | 2019-12-23 |
Évaluation | 4.63/5 Total 30 Évaluations |
Développeur | https://checkvist.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://checkvist.com |
URL de la Page de Politique de Confidentialité | https://checkvist.com/auth/privacy |
Langues Prises en Charge | 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" } |