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 là gì?

Jotit - Notes and Reminders là một tiện ích mở rộng Chrome được phát triển bởi https://jotit.click, và tính năng chính của nó là "Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jotit - Notes and Reminders

Tải xuống các tệp mở rộng Jotit - Notes and Reminders dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jotit - Notes and Reminders Jotit - Notes and Reminders
ID aoipkhoiccpbmbgbinbplkgdhgmjeiek
URL Chính Thức https://chromewebstore.google.com/detail/jotit-notes-and-reminders/aoipkhoiccpbmbgbinbplkgdhgmjeiek
Mô tả Keep your notes and reminders organised, Get your notes when you want them in a hassle free way !
Kích Thước Tệp 285 KB
Số Lần Cài Đặt 266
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2024-03-07
Ngày Phát Hành 2020-01-01
Đánh Giá 4.23/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://jotit.click
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://jotit.click
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}