Notes for Gmail

Add notes to email threads in Gmail and Inbox. Save to Google Drive

Notes for Gmailคืออะไร?

Notes for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gmail-notes.freebusinessapps.net และคุณลักษณะหลักของมันคือ "Add notes to email threads in Gmail and Inbox. Save to Google Drive"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notes for Gmail

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

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

                        Add notes to email threads in Gmail and Inbox.

- Store Notes in your OWN Google Drive
- 100% Free
- Add Notes to your Calendar
- Show Notes in Email Summary Page
- Supports Google Chrome
- Supports Multiple Gmail Accounts in Same Browser
- Support Sharing to Mobile Devices
- Show the Notes During Email Printing

Add annotations on your emails to remember something, or to coach how to craft a good email.
Add sticky notes to your emails today.

Perfect for:
✔️ Lawyers
✔️ Assistants
✔️ Editors
✔️ Sales Managers
✔️ Project Managers
✔️ Customer Representatives
✔️ Anyone who needs to make a mental note about an email that they received.

Gmail is a trademark of Google Inc. The use of the trademark is subject to Google’s permission.
 This extension is neither endorsed by or affiliated with Google. 
This extension Gmail Notes is made by a third party developer.                    

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

ชื่อ Notes for Gmail Notes for Gmail
ID apbfjienpablmnohjhnhmlflggfphoja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notes-for-gmail/apbfjienpablmnohjhnhmlflggfphoja
คำอธิบาย Add notes to email threads in Gmail and Inbox. Save to Google Drive
ขนาดไฟล์ 616 KB
จำนวนการติดตั้ง 294
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-10-23
วันที่เผยแพร่ 2020-04-25
ผู้พัฒนา https://gmail-notes.freebusinessapps.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freebusinessapps.net/privacy
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.0.3",
    "default_locale": "en",
    "icons": {
        "16": "image\/icon-16.png",
        "48": "image\/icon-48.png",
        "128": "image\/icon-128.png"
    },
    "permissions": [
        "identity",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/accounts.google.com\/*"
    ],
    "web_accessible_resources": [
        "lib\/jquery-3.1.0.min.js",
        "lib\/jquery.popupoverlay.js",
        "lib\/lru.js",
        "lib\/tinymce\/tinymce.min.js",
        "lib\/tinymce\/jquery.tinymce.min.js",
        "lib\/tinymce\/plugins\/lists\/plugin.min.js",
        "lib\/tinymce\/plugins\/link\/plugin.min.js",
        "lib\/tinymce\/skins\/lightgray\/*",
        "lib\/tinymce\/themes\/modern\/theme.min.js",
        "lib\/featherlight\/featherlight.min.js",
        "lib\/featherlight\/featherlight.min.css",
        "css\/style.css",
        "css\/bulma.min.css",
        "common\/gmail-sgn-dom.js",
        "common\/gmail-sgn-page.js",
        "common\/shared-common.js",
        "page.js",
        "image\/table-sort.png",
        "image\/color-picker.24.png",
        "image\/modal-loading.gif",
        "image\/Google-Drive-icon.png",
        "image\/share.24.png",
        "image\/shared.24.png",
        "image\/search.24.png",
        "image\/logout.24.png",
        "image\/revoke.24.png",
        "image\/calendar.24.png",
        "image\/bart-logo.24.png",
        "image\/preferences.24.png",
        "image\/delete.24.png",
        "image\/chat.24.png",
        "image\/share-auto.24.png",
        "image\/share-outdated.24.png",
        "image\/opportunity.png",
        "image\/note-timestamp.png",
        "image\/warning.3x.png",
        "image\/crm-logo.24.png",
        "image\/template.png"
    ],
    "background": {
        "scripts": [
            "lib\/jquery-3.1.0.min.js",
            "common\/shared-common.js",
            "background.js",
            "background-event.js",
            "\/js\/update-conf.js",
            "\/js\/update.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "lib\/jquery-3.1.0.min.js",
                "lib\/jquery.popupoverlay.js",
                "lib\/jquery.simple-color.js",
                "lib\/featherlight\/featherlight.min.js",
                "common\/shared-common.js",
                "common\/gmail-sgn-dom.js",
                "content.js"
            ],
            "css": [
                "css\/style.css",
                "lib\/featherlight\/featherlight.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "image\/icon-128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html"
}