Checkvist

Quickly check your Checkvist without leaving the page.

Hvad er Checkvist?

Checkvist er en Chrome-udvidelse udviklet af https://checkvist.com, og dens hovedfunktion er "Quickly check your Checkvist without leaving the page.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Checkvist-udvidelses-CRX-fil

Download Checkvist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Checkvist Checkvist
ID kffhfpfmcgbogjmmhcogadccojfcaofk
Officiel URL https://chromewebstore.google.com/detail/checkvist/kffhfpfmcgbogjmmhcogadccojfcaofk
Beskrivelse Quickly check your Checkvist without leaving the page.
Filstørrelse 11.43 KB
Antal Installationer 1,285
Nuværende Version 1.0.7
Senest Opdateret 2019-12-23
Udgivelsesdato 2019-12-23
Bedømmelse 4.63/5 Samlet 30 Bedømmelser
Udvikler https://checkvist.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://checkvist.com
URL til Fortrolighedspolitik Side https://checkvist.com/auth/privacy
Understøttede Sprog 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"
}