Jotit - Notes and Reminders

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

Was ist Jotit - Notes and Reminders?

Jotit - Notes and Reminders ist eine Chrome-Erweiterung, die von https://jotit.click entwickelt wurde, und ihr Hauptmerkmal ist "Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Jotit - Notes and Reminders-Erweiterungs-CRX-Datei herunterladen

Laden Sie Jotit - Notes and Reminders-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Jotit - Notes and Reminders Jotit - Notes and Reminders
ID aoipkhoiccpbmbgbinbplkgdhgmjeiek
Offizielle URL https://chromewebstore.google.com/detail/jotit-notes-and-reminders/aoipkhoiccpbmbgbinbplkgdhgmjeiek
Beschreibung Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !
Dateigröße 285 KB
Installationsanzahl 266
Aktuelle Version 2.1.1
Letztes Update 2024-03-07
Veröffentlichungsdatum 2020-01-01
Bewertung 4.23/5 Insgesamt 13 Bewertungen
Entwickler https://jotit.click
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://jotit.click
Unterstützte Sprachen 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"
            ]
        }
    ]
}