Checkvist

Quickly check your Checkvist without leaving the page.

What is Checkvist?

Checkvist is a Chrome extension developed by https://checkvist.com, and its main feature is "Quickly check your Checkvist without leaving the page.".

Extension Screenshots

screenshot
screenshot

Download Checkvist Extension CRX File

Download Checkvist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Checkvist Checkvist
ID kffhfpfmcgbogjmmhcogadccojfcaofk
Official URL https://chromewebstore.google.com/detail/checkvist/kffhfpfmcgbogjmmhcogadccojfcaofk
Description Quickly check your Checkvist without leaving the page.
File Size 11.43 KB
Installation Count 1,285
Current Version 1.0.7
Last Updated 2019-12-23
Publish Date 2019-12-23
Rating 4.63/5 Total 30 Ratings
Developer https://checkvist.com
Email [email protected]
Payment Type free
Extension Website https://checkvist.com
Privacy Policy Page URL https://checkvist.com/auth/privacy
Supported Languages 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"
}