Checkvist Web Clipper

Collect bookmarks and web clippings from email, Jira, GitHub, Zendesk, annotate and organize into flexible (todo) lists.

Checkvist Web Clipper란 무엇입니까?

Checkvist Web Clipper은(는) https://checkvist.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect bookmarks and web clippings from email, Jira, GitHub, Zendesk, annotate and organize into flexible (todo) lists."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Checkvist Web Clipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Organize everything into flexible lists with Checkvist. Share them later with teammates or publish on the web.

A free account, which can be created at https://checkvist.com, comes with unlimited lists and sharing. Write a book, do research, plan a project release.

COLLECT ANYTHING WITH ONE CLICK

Found something on the web you want to work on later? Click the Checvkist Clipper icon in the browser toolbar. You can even collect all browser tabs and re-open them later.

KEYBOARD FRIENDLY

Press Shift-Alt-c to invoke the Web Clipper without touching your mouse. Save a clipping with Ctrl-Enter, save and open with Ctrl-Shift-Enter. 

ORGANIZE IMMEDIATELY

No 'Inbox' clutter. Select a specific destination, add tags right in the Web Clipper's window. Use autocompletion for tags, due dates and assignees.

TURN YOUR CLIPPINGS INTO TASKS

Set due dates to follow up later, create sub-tasks, and delegate to other people. Set priorities, track progress.

SHARE AND COLLABORATE 

Share, export or publish online, track progress, all with a free account.

GMAIL AND ISSUE TRACKER INTEGRATION

Add emails, support tickets, or issues as tasks. Pre-select the text to add it as a note. Collect issues from different support systems to plan your work. At the end of the day, you'll have one composite 'done' list from all your web apps.

Use Checkvist as your list-making tool, take your lists with you on any device, desktop or mobile.

Questions or problems? We are at @checkvist_news or https://discuss.checkvist.com

RECENT UPDATES
v2.5.2
- Fix a bug in "Add all tabs" command - current tab could duplicate after using "Add all tabs" command

v2.5.1
- Create one parent node for when using "Add all tabs" command

v 2.5.0
- "Add all tabs" - collect links to all tabs in this browser window
- Specify a priority/color for items created with web clipper

v 2.4.1
- Fix some cases when recognizing Jira/GitHub pages 

v 2.4
- Support new URL formats for YouTrack
- Migrate to manifest v.3 format for Chrome extensions

v 2.3.5
- Support an option to avoid embedding YouTube videos
- Fix integration with JetBrains Space, correct Space link are added for reviews/merge requests

v 2.3.3
- Adding a YouTube URL via clipper also embeds the video into Checkvist
- Preliminary support of 2-factor authentication

v 2.3.2
- Make 'Ctrl+Enter' label clickable

v 2.3.1
- Security improvement, update of the used DOMPurify library

v. 2.3
- Remember last selected parent list item
- new option - add to the bottom of the list
- new control to swap note/list item text

v. 2.2.1 
- Fix bug with due date completion from keyboard 
v. 2.2 
- Add integration with ZenDesk, GitLab issues, JetBrains Space Issues/code reviews

v. 2.1 
- Automatic completion for tags, due dates, and assignees. 
- An option to 'Keep the notes field open'.
- Web Clipper now works also when the “Block third-party cookies” option is enabled in Chrome.                    

확장 프로그램 기본 정보

이름 Checkvist Web Clipper Checkvist Web Clipper
ID pheahjlflgbnajeilgglgcdlbkdckamf
공식 URL https://chromewebstore.google.com/detail/checkvist-web-clipper/pheahjlflgbnajeilgglgcdlbkdckamf
설명 Collect bookmarks and web clippings from email, Jira, GitHub, Zendesk, annotate and organize into flexible (todo) lists.
파일 크기 243 KB
설치 횟수 890
현재 버전 2.5.2
최근 업데이트 2023-04-19
출시 날짜 2020-04-01
평점 4.50/5 총 12 개의 평점
개발자 https://checkvist.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://checkvist.com/web-clipper
도움말 페이지 URL https://checkvist.com/auth/feedback
개인정보 보호 정책 페이지 URL https://checkvist.com/auth/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Checkvist Web Clipper",
    "description": "Collect bookmarks and web clippings from email, Jira, GitHub, Zendesk, annotate and organize into flexible (todo) lists.",
    "version": "2.5.2",
    "background": {
        "service_worker": "background_script_v3.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/checkvist.com\/"
    ],
    "action": {
        "default_icon": "icon_bookmarklet_128.png",
        "default_title": "Save to Checkvist"
    },
    "commands": {
        "run-bookmarklet": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            },
            "description": "Open Checkvist Web Clipper"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "frame\/*",
                "options.html",
                "options.js",
                "options.css",
                "icon_bookmarklet_128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "icon_bookmarklet_128.png",
        "48": "icon_bookmarklet_48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}