Jotit - Notes and Reminders

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

Vad är Jotit - Notes and Reminders?

Jotit - Notes and Reminders är en Chrome-tillägg utvecklad av https://jotit.click, och dess huvudfunktion är "Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Jotit - Notes and Reminders-förlängningens CRX-fil

Ladda ner Jotit - Notes and Reminders-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Jotit - Notes and Reminders Jotit - Notes and Reminders
ID aoipkhoiccpbmbgbinbplkgdhgmjeiek
Officiell webbadress https://chromewebstore.google.com/detail/jotit-notes-and-reminders/aoipkhoiccpbmbgbinbplkgdhgmjeiek
Beskrivning Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !
Filstorlek 285 KB
Antal Installationer 266
Aktuell Version 2.1.1
Senast Uppdaterad 2024-03-07
Publiceringsdatum 2020-01-01
Betyg 4.23/5 Totalt 13 Betyg
Utvecklare https://jotit.click
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://jotit.click
Stödda Språk 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"
            ]
        }
    ]
}