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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Gmail Label and Email Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}