Checkvist
Quickly check your Checkvist without leaving the page.
¿Qué es Checkvist?
Checkvist es una extensión de Chrome desarrollada por https://checkvist.com, y su función principal es "Quickly check your Checkvist without leaving the page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Checkvist
Descarga archivos de extensión Checkvist en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Checkvist |
ID | kffhfpfmcgbogjmmhcogadccojfcaofk |
URL Oficial | https://chromewebstore.google.com/detail/checkvist/kffhfpfmcgbogjmmhcogadccojfcaofk |
Descripción | Quickly check your Checkvist without leaving the page. |
Tamaño del Archivo | 11.43 KB |
Cantidad de Instalaciones | 1,285 |
Versión Actual | 1.0.7 |
Última Actualización | 2019-12-23 |
Fecha de Publicación | 2019-12-23 |
Calificación | 4.63/5 Total de 30 Calificaciones |
Desarrollador | https://checkvist.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://checkvist.com |
URL de la Página de Política de Privacidad | https://checkvist.com/auth/privacy |
Idiomas Soportados | 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" } |