Auto BCC for Gmail by cloudHQ

Setup automatic blind copies to your CRM or any other email address

Τι είναι το Auto BCC for Gmail by cloudHQ;

Το Auto BCC for Gmail by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.auto-bcc-for-gmail.com, και η κύρια λειτουργία του είναι "Setup automatic blind copies to your CRM or any other email address".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Auto BCC for Gmail by cloudHQ

Λήψη αρχείων επέκτασης Auto BCC for Gmail by cloudHQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With Auto BCC for Gmail by cloudHQ, you can automatically blind copy (or copy) specific people on specific emails so that you can rest assured that whoever should have a copy of your email, automatically gets it. 

Here's a list of features:

✅ Automatically CC or BCC another email address 
— For example, you can BCC or CC another one of your email addresses, your boss, your assistant, or someone else.

✅ Multiple rules based on your "from" email address
— For example, only email messages that you send from your professional email address will be CC or BCC'ed to an email address of your choice.

✅ Multiple rules based on your receiver's email address or domain
— For example, emails you send to certain contacts, like important clients, automatically have a CC or BCC included. 

✅ Exclusion rules based on your receiver's email address or domain
— For example, emails that you send to your private contacts or internal company contacts do not get CC'ed or BCC'ed to anyone.

✅ Full support for customer relationship management software like: Salesforce, HubSpot, and others.

cloudHQ. Helping professionals 1 click at a time.

cloudHQ website: https://www.cloudhq.net
Website: https://www.auto-bcc-for-gmail.com/
Pricing:  https://www.auto-bcc-for-gmail.com/pricing
Support page: https://support.cloudhq.net/category/browser-extensions/auto-bcc-for-gmail/
Support email: [email protected]
Blog: https://blog.cloudhq.net                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Auto BCC for Gmail by cloudHQ Auto BCC for Gmail by cloudHQ
ID bfhaienophdigbdknjamfcbhinmmnbha
Επίσημο URL https://chromewebstore.google.com/detail/auto-bcc-for-gmail-by-clo/bfhaienophdigbdknjamfcbhinmmnbha
Περιγραφή Setup automatic blind copies to your CRM or any other email address
Μέγεθος Αρχείου 217 KB
Αριθμός Εγκαταστάσεων 58,869
Τρέχουσα Έκδοση 1.0.0.12
Τελευταία Ενημέρωση 2023-12-10
Ημερομηνία Δημοσίευσης 2020-05-11
Αξιολόγηση 4.53/5 Συνολικά 139 Αξιολογήσεις
Προγραμματιστής https://www.auto-bcc-for-gmail.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.auto-bcc-for-gmail.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.cloudhq.net/category/browser-extensions/auto-bcc-for-gmail/
URL της Σελίδας Πολιτικής Απορρήτου https://www.cloudhq.net/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*"
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "browser_action": {
        "default_icon": "icons\/gmail_auto_bcc_icon.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\/main_gmail_auto_bcc.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_auto_bcc_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.12",
    "description": "__MSG_appDetail__",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}