Checkvist

Quickly check your Checkvist without leaving the page.

Vad är Checkvist?

Checkvist är en Chrome-tillägg utvecklad av https://checkvist.com, och dess huvudfunktion är "Quickly check your Checkvist without leaving the page.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Checkvist-förlängningens CRX-fil

Ladda ner Checkvist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Checkvist Checkvist
ID kffhfpfmcgbogjmmhcogadccojfcaofk
Officiell webbadress https://chromewebstore.google.com/detail/checkvist/kffhfpfmcgbogjmmhcogadccojfcaofk
Beskrivning Quickly check your Checkvist without leaving the page.
Filstorlek 11.43 KB
Antal Installationer 1,285
Aktuell Version 1.0.7
Senast Uppdaterad 2019-12-23
Publiceringsdatum 2019-12-23
Betyg 4.63/5 Totalt 30 Betyg
Utvecklare https://checkvist.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://checkvist.com
URL till Sekretesspolicy Sidan https://checkvist.com/auth/privacy
Stödda Språk 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"
}