Gmail Notes - Quick Notes for Email

Add notes to Gmail. Manage notes in one place. Preview, search, re-edit, set colors, delete notes, navigate to related conversation.

Gmail Notes - Quick Notes for Email là gì?

Gmail Notes - Quick Notes for Email là một tiện ích mở rộng Chrome được phát triển bởi https://workaddons.com, và tính năng chính của nó là "Add notes to Gmail. Manage notes in one place. Preview, search, re-edit, set colors, delete notes, navigate to related conversation.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Notes - Quick Notes for Email

Tải xuống các tệp mở rộng Gmail Notes - Quick Notes for Email 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

                        Add notes to your Gmail, integrated with Gmail, you can quickly insert multiple notes to each conversation.

Manage all your notes in one place. Preview notes, re-edit note, set note colors, navigate to related email conversations, or delete notes.

Multiple notes can be inserted into each email conversation.

If you have a better idea or changed your mind, just click the "Edit" button to modify your notes.

New Features coming soon.
Soon, you will be able to add notes when composing and replying to a conversion. and export all your notes to PDF.

How are people using the extension?

- Mark your important emails and collect them with well-organized "stickers".
- Manage to-do lists, packing lists, and other important things from email conversations.
- Take private notes for specific emails or conversations. It's very useful when you want to remember something from the email without forwarding it.
- Write down your ideas about a subject or brainstorm for a project.
- Clean up your thoughts or gather ideas when you compose a new email or reply to one.
- Customer service staff can quickly search and copy templates from notes, only need to modify them slightly to send emails.

More exciting ways to use it, waiting for you to discover...

Please refer to the following link for the privacy policy
https://www.workaddons.com/privacy                    

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

Tên Gmail Notes - Quick Notes for Email Gmail Notes - Quick Notes for Email
ID edphfmoligaekgklpebmackopmdpehpn
URL Chính Thức https://chromewebstore.google.com/detail/gmail-notes-quick-notes-f/edphfmoligaekgklpebmackopmdpehpn
Mô tả Add notes to Gmail. Manage notes in one place. Preview, search, re-edit, set colors, delete notes, navigate to related conversation.
Kích Thước Tệp 2.88 MB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-09-02
Ngày Phát Hành 2022-11-26
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://workaddons.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.workaddons.com/products/gmail-notes
URL Trang Trợ Giúp https://workaddons.com
URL Trang Chính Sách Bảo Mật https://www.workaddons.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Add notes to Gmail. Manage notes in one place. Preview, search, re-edit, set colors, delete notes, navigate to related conversation.",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "Gmail Notes - Quick Notes for Email",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "identity",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/workaddons.com\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mail.google.com\/*"
        ]
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.workaddons.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "contentScript.js"
            ],
            "css": [
                "libs\/style.css",
                "libs\/css\/scope-bulma.min.css",
                "libs\/fontawesome-6.2.0\/css\/all.min.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp0uNQaCoscc\/hX\/OZtyVdx6TorPNZU2QZIFW3lpoSUNzY460W\/nBQoL0yxIqxWlLdvkmbDSiTzGJUEeUkhhnn8GJgWWKDuZhjelYTexD+5wfRCcdlEh3Ng4tdZAdj1XeSVIAInB4KIzXkrvn2ZP2nsKgSHnZ7Q7VmKgdWwUtF8wOXt\/3v8ieN87uQMNndwKkDFAZjvqla8NOO5X+mjCLS7a760BQ30XoBaHeFb9c5sx2rMl0DgSHqq2iBO\/gHu1Q\/2OO9xUZiMokDftxOf7\/u7W53K7dxm4avluDlKVLfSZHUYFf3QJbeCs\/dRehMwcT86bwpxUDs+AOY1z6SHcn0QIDAQAB",
    "oauth2": {
        "client_id": "928137934119-0sup9tu4v5756aj8sivsni9gedn4phv1.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "assets\/*",
                "libs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}