Gmail Label and Email Sharing

Email and label sharing plus real-time team collaboration and chat without ever leaving Gmail™

Gmail Label and Email Sharingคืออะไร?

Gmail Label and Email Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gmail-label-sharing.com และคุณลักษณะหลักของมันคือ "Email and label sharing plus real-time team collaboration and chat without ever leaving Gmail™"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Label and Email Sharing

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

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

                        FREE! Share Gmail labels (and emails) as you would share folders in Google Drive.  

This is ideal for: 

- Customer service and support
- Sales teams
- Legal teams
- Hiring / Recruitment
- Anyone who wants to share an entire Gmail label with someone else

cloudHQ™ allows you to use your Gmail™ as a collaboration tool, without ever having to leave your email screen.  Its an amazingly simple way to way to share emails and attachments, assign tasks, and track status of hiring process, support and sales queries.

To see what other free Chrome extension services we offer, please visit: https://cloudHQ.net/chrome_extensions

Need Help? 
Email us - [email protected]
Support website - http://support.cloudHQ.net                    

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

ชื่อ Gmail Label and Email Sharing Gmail Label and Email Sharing
ID pmmaemmobdmccnfepmkckendmealjapo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-label-and-email-sha/pmmaemmobdmccnfepmkckendmealjapo
คำอธิบาย Email and label sharing plus real-time team collaboration and chat without ever leaving Gmail™
ขนาดไฟล์ 176 KB
จำนวนการติดตั้ง 25,031
เวอร์ชันปัจจุบัน 1.1.0.19
อัปเดตครั้งล่าสุด 2021-02-25
วันที่เผยแพร่ 2020-05-11
คะแนน 4.55/5 รวมทั้งหมด 216 คะแนน
ผู้พัฒนา https://www.gmail-label-sharing.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.gmail-label-sharing.com
URL หน้าช่วยเหลือ https://support.cloudhq.net/category/browser-extensions/gmail-label-and-email-sharing/
URL หน้านโยบายความเป็นส่วนตัว https://www.cloudhq.net/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "frame-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net; script-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net 'sha256-4Owfgr4YKLxuQlNu9nJe9gdriYc1qajVYToKgP\/IAtY='; object-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net; ",
    "web_accessible_resources": [
        "javascripts\/*",
        "html\/*",
        "icons\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/gmail_label_sharing.png"
    },
    "name": "Gmail Label and Email Sharing",
    "short_name": "Gmail Label and Email Sharing",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/file_browser.css",
                "stylesheets\/main.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.1.0.19",
    "description": "Email and label sharing plus real-time team collaboration and chat without ever leaving Gmail\u2122",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}