Jotit - Notes and Reminders

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

¿Qué es Jotit - Notes and Reminders?

Jotit - Notes and Reminders es una extensión de Chrome desarrollada por https://jotit.click, y su función principal es "Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Jotit - Notes and Reminders

Descarga archivos de extensión Jotit - Notes and Reminders en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Jotit - Notes and Reminders Jotit - Notes and Reminders
ID aoipkhoiccpbmbgbinbplkgdhgmjeiek
URL Oficial https://chromewebstore.google.com/detail/jotit-notes-and-reminders/aoipkhoiccpbmbgbinbplkgdhgmjeiek
Descripción Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !
Tamaño del Archivo 285 KB
Cantidad de Instalaciones 266
Versión Actual 2.1.1
Última Actualización 2024-03-07
Fecha de Publicación 2020-01-01
Calificación 4.23/5 Total de 13 Calificaciones
Desarrollador https://jotit.click
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://jotit.click
Idiomas Soportados 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"
            ]
        }
    ]
}