Jotit - Notes and Reminders

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

Co to jest Jotit - Notes and Reminders?

Jotit - Notes and Reminders to rozszerzenie Chrome opracowane przez https://jotit.click, a jego główną funkcją jest „Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Jotit - Notes and Reminders

Pobierz pliki rozszerzeń Jotit - Notes and Reminders w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Jotit - Notes and Reminders Jotit - Notes and Reminders
ID aoipkhoiccpbmbgbinbplkgdhgmjeiek
Oficjalny URL https://chromewebstore.google.com/detail/jotit-notes-and-reminders/aoipkhoiccpbmbgbinbplkgdhgmjeiek
Opis Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !
Rozmiar pliku 285 KB
Liczba instalacji 266
Aktualna Wersja 2.1.1
Ostatnia Aktualizacja 2024-03-07
Data Publikacji 2020-01-01
Ocena 4.23/5 Łącznie 13 Oceny
Deweloper https://jotit.click
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://jotit.click
Obsługiwane Języki 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"
            ]
        }
    ]
}