Checkvist

Quickly check your Checkvist without leaving the page.

Что такое Checkvist?

Checkvist - это расширение Chrome, разработанное https://checkvist.com, и его основная функция - "Quickly check your Checkvist without leaving the page.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Checkvist

Скачайте файлы расширений 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
Официальный URL 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"
}