Jotit - Notes and Reminders

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

Jotit - Notes and Reminders क्या है?

Jotit - Notes and Reminders https://jotit.click द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jotit - Notes and Reminders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Jotit - Notes and Reminders Jotit - Notes and Reminders
ID aoipkhoiccpbmbgbinbplkgdhgmjeiek
आधिकारिक URL https://chromewebstore.google.com/detail/jotit-notes-and-reminders/aoipkhoiccpbmbgbinbplkgdhgmjeiek
विवरण Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !
फ़ाइल का आकार 285 KB
स्थापना संख्या 266
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2024-03-07
प्रकाशन तिथि 2020-01-01
रेटिंग 4.23/5 कुल 13 रेटिंग्स
डेवलपर https://jotit.click
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://jotit.click
समर्थित भाषाएँ 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"
            ]
        }
    ]
}