Gmail Notes - Add notes to email in Gmail

Add note to Gmail emails for remind something, like a sticky.

Gmail Notes - Add notes to email in Gmailคืออะไร?

Gmail Notes - Add notes to email in Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Social Analyzer และคุณลักษณะหลักของมันคือ "Add note to Gmail emails for remind something, like a sticky."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Notes - Add notes to email in Gmail

ดาวน์โหลดไฟล์ส่วนขยาย Gmail Notes - Add notes to email in Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Save a portion of the email you receive and make a note of it. 100 percent free and no note limits.

It is no longer necessary to copy important content to other places. Any email on Gmail can save important content. The next time you reply to an email, you can get inspiration from your notes and never forget important things.

Gmail Notes tool will label your email that you have taken notes on, so you can know which email you have taken notes on.

feature:
● Store Notes in your own Gmail, No one else can see.
● 100 precent Free and no notes limits
● Show note  in email page
● Support Chrome, Firefox and Edge
● Support multiple gmail accounts
● No need for Gmail access authorization

This extension is perfect for anyone who wants to make a mental note about an email that they received. 

This extension was made by third party developers and it is NOT made by Gmail Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gmail Notes - Add notes to email in Gmail Gmail Notes - Add notes to email in Gmail
ID bbpgdlmdmlalbacneejkinpnpngnnghj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-notes-add-notes-to/bbpgdlmdmlalbacneejkinpnpngnnghj
คำอธิบาย Add note to Gmail emails for remind something, like a sticky.
ขนาดไฟล์ 1.66 MB
จำนวนการติดตั้ง 691
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-08-22
วันที่เผยแพร่ 2022-11-25
คะแนน 4.50/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Social Analyzer
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gmplus.io/gmplus-private-policy
ภาษาที่รองรับ ms,de,en,fil,fr,tr,ca,da,et,es,hr,it,lv,lt,sk,sl,fi,sv,cs,bg,mr,bn,gu,ml,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "app\/jquery.js",
                "app\/moment.js",
                "app\/underscore.js",
                "app\/jstz.js",
                "app\/moment-timezone-with-data-2010-2020.js",
                "app\/rightinbox-client-chrome.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_Application_description__",
    "host_permissions": [
        "https:\/\/*.rightinbox.com\/",
        "https:\/\/checkout.rightinbox.com\/",
        "https:\/\/poll.rightinbox.com\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_Application_Name__",
    "permissions": [
        "storage"
    ],
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/white-note.svg",
                "icons\/red-note.svg"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}