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 - это расширение Chrome, разработанное 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 расширения Jotit - Notes and Reminders

Скачайте файлы расширений Jotit - Notes and Reminders в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            ]
        }
    ]
}