Checkvist

Quickly check your Checkvist without leaving the page.

什麼是Checkvist?

Checkvist是由https://checkvist.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly check your Checkvist without leaving the page.”。

擴展截圖

screenshot
screenshot

下載Checkvist擴展crx文件

下載Checkvist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Checkvist Checkvist
ID kffhfpfmcgbogjmmhcogadccojfcaofk
官方網址 https://chromewebstore.google.com/detail/checkvist/kffhfpfmcgbogjmmhcogadccojfcaofk
簡介 Quickly check your Checkvist without leaving the page.
檔案大小 11.43 KB
安裝次數 1,285
目前版本 1.0.7
更新時間 2019-12-23
上架時間 2019-12-23
評分 4.63/5 共 30 次評分
開發者 https://checkvist.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://checkvist.com
隱私政策頁面URL https://checkvist.com/auth/privacy
支援的語言 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"
}