Jotit - Notes and Reminders

Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !

Wat is Jotit - Notes and Reminders?

Jotit - Notes and Reminders is een Chrome-extensie ontwikkeld door https://jotit.click, en de belangrijkste functie is "Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Jotit - Notes and Reminders

Download Jotit - Notes and Reminders-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Jot down your notes & reminders either in their respective domains or in a general section. Access them from any other PC as we have it all chrome synced.

Don’t forget anything - We have reminders which can be prioritised.

All your notes are a click away, presented to you in a way where you are not taken away from what you are doing.

Cheers!                    

Basisinformatie over de Extensie

Naam Jotit - Notes and Reminders Jotit - Notes and Reminders
ID aoipkhoiccpbmbgbinbplkgdhgmjeiek
Officiële URL https://chromewebstore.google.com/detail/jotit-notes-and-reminders/aoipkhoiccpbmbgbinbplkgdhgmjeiek
Beschrijving Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !
Bestandsgrootte 285 KB
Aantal Installaties 266
Huidige Versie 2.1.1
Laatst Bijgewerkt 2024-03-07
Publicatiedatum 2020-01-01
Beoordeling 4.23/5 Totaal 13 Beoordelingen
Ontwikkelaar https://jotit.click
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://jotit.click
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jotit - Notes and Reminders",
    "short_name": "Jotit",
    "version": "2.1.1",
    "manifest_version": 3,
    "author": "jotit.click",
    "description": "Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !",
    "icons": {
        "48": "images\/icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "alarms",
        "activeTab",
        "identity",
        "identity.email",
        "webNavigation",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*"
    ],
    "action": {
        "default_title": "Jotit",
        "default_icon": "images\/50x50.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/cs.js"
            ]
        }
    ]
}