Checkvist
Quickly check your Checkvist without leaving the page.
O que é Checkvist?
Checkvist é uma extensão do Chrome desenvolvida por https://checkvist.com, e sua principal característica é "Quickly check your Checkvist without leaving the page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Checkvist
Baixe arquivos de extensão Checkvist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Checkvist |
ID | kffhfpfmcgbogjmmhcogadccojfcaofk |
URL Oficial | https://chromewebstore.google.com/detail/checkvist/kffhfpfmcgbogjmmhcogadccojfcaofk |
Descrição | Quickly check your Checkvist without leaving the page. |
Tamanho do Arquivo | 11.43 KB |
Contagem de Instalações | 1,285 |
Versão Atual | 1.0.7 |
Última Atualização | 2019-12-23 |
Data de Publicação | 2019-12-23 |
Classificação | 4.63/5 Total de 30 Avaliações |
Desenvolvedor | https://checkvist.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://checkvist.com |
URL da Página de Política de Privacidade | https://checkvist.com/auth/privacy |
Idiomas Suportados | 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" } |