Gmail Auto Label by cloudHQ

Automatically create filters and labels for clients, customers, prospects, etc.

Gmail Auto Label by cloudHQ क्या है?

Gmail Auto Label by cloudHQ https://www.gmail-auto-label.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically create filters and labels for clients, customers, prospects, etc."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Gmail Auto Label categorizes email messages by client email address and/or domain name, and automatically creates filters and catalogs them inside one of 6 Gmail Labels. 

This extension is a unique app because it not only filters and labels new emails, but also automatically organizes all your old email exchanges with that email address and/or domain name.

These are the 6 Gmail Labels that this app organizes for your inbox:
1. Clients
2. Leads
3. Prospects
4. Opportunities
5. Team
6. Suppliers

~~~~~~WHY 6 GMAIL LABELS?~~~~~~

Here's why we think you need these 6 Gmail Label categories:
 
1. Clients:  are your current clients.
2. Leads: are possible prospects who are not yet qualified.
3. Prospects: are qualified leads where your contact person makes buying decisions.
4. Opportunities: are when your contact considers your product/service.
5. Team: are your internal team that you work with. 
6. Suppliers: are your external team that you hired. 

With these 6 Gmail Labels, you're ready to catalog and organize your inbox to be the most productive self you can be while working in Gmail.

~~~~~~HOW TO USE IT~~~~~~ 

This extension allows you to create filters and labels for any recipient or domain with one click. 

Here is how to use it:
1. Compose your email
2. Enter your recipient's email address
3. Click on the "Gmail Auto Label" button and select the label name for this email recipient or recipients' domain

Website: https://www.gmail-auto-label.com
Pricing: FREE
Support page: https://support.cloudhq.net/category/browser-extensions
Blog: https://blog.cloudhq.net                    

एक्सटेंशन की मूल जानकारी

नाम Gmail Auto Label by cloudHQ Gmail Auto Label by cloudHQ
ID gdadckddcgbbopndmccfoibflnoeinca
आधिकारिक URL https://chromewebstore.google.com/detail/gmail-auto-label-by-cloud/gdadckddcgbbopndmccfoibflnoeinca
विवरण Automatically create filters and labels for clients, customers, prospects, etc.
फ़ाइल का आकार 181 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.0.0.2
अंतिम अपडेट 2022-04-17
प्रकाशन तिथि 2022-01-15
रेटिंग 4.80/5 कुल 40 रेटिंग्स
डेवलपर https://www.gmail-auto-label.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.gmail-auto-label.com/
सहायता पृष्ठ URL https://support.cloudhq.net
गोपनीयता नीति पृष्ठ URL https://www.cloudhq.net/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*"
    ],
    "name": "Gmail Auto Label by cloudHQ",
    "short_name": "Gmail Auto Label by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.orecons.com\/*",
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/background.js",
            "javascripts\/jquery-3.4.1.min.js",
            "javascripts\/jquery.json.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/gmail_auto_label_app_icon.png"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_auto_label.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_auto_label_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.2",
    "description": "Automatically create filters and labels for clients, customers, prospects, etc.",
    "permissions": [
        "storage",
        "background",
        "tabs",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/support.cloudhq.net\/"
    ],
    "manifest_version": 2
}