Mobile Text Alerts for Gmail by cloudHQ

Get mobile text alerts for emails that are urgent, from specific people, or once someone replies back

Τι είναι το Mobile Text Alerts for Gmail by cloudHQ;

Το Mobile Text Alerts for Gmail by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.gmail-sms-alerts.com, και η κύρια λειτουργία του είναι "Get mobile text alerts for emails that are urgent, from specific people, or once someone replies back".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is an EXCELLENT solution for anyone, because we all have urgent emails where we would love SMS text alerts. 

You get to setup automated mobile text (SMS) alerts for:

1. Emails that you receive from specific email addresses,
2. Emails that you receive that have specific keywords in them, or
3. On an email that you sent, and are waiting back for a reply. 

And once you get your mobile text alert, you could be anywhere. The full content of your email will be available right from your phone. You don't even need to check your email account. 

Whether you're a: 

- Job seeker waiting on HR to get back to you, 
- Sales executive with important clients to hear back from, 
- Realtor who has a client or another realtor get back to them,
- Lawyer waiting to hear back from experts involved in your case,
- Customer support who might receive urgent support requests from VIP customers,
- Employees who want to make sure their boss is responded back to immediately,
- Investors and traders who get important emails, or 
- Even if you have a significant other and you want to prioritize getting back to them. 

This is the tool for you. 

cloudHQ. helping your productivity, 1 click at a time.

**Please note: While this service is free, carrier charges may apply.** 
**Please note: Only US and Canada phone numbers. ***

Website: https://www.gmail-text-alerts.com
Pricing:  https://www.gmail-text-alerts.com/pricing
Support page: https://support.cloudhq.net/category/browser-extensions/gmail-sms-alerts/
Blog: https://blog.cloudhq.net                    

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

Όνομα Mobile Text Alerts for Gmail by cloudHQ Mobile Text Alerts for Gmail by cloudHQ
ID lakcnamlckdfoengeocgiplnnakcgakk
Επίσημο URL https://chromewebstore.google.com/detail/mobile-text-alerts-for-gm/lakcnamlckdfoengeocgiplnnakcgakk
Περιγραφή Get mobile text alerts for emails that are urgent, from specific people, or once someone replies back
Μέγεθος Αρχείου 215 KB
Αριθμός Εγκαταστάσεων 20,000
Τρέχουσα Έκδοση 1.0.0.12
Τελευταία Ενημέρωση 2023-12-07
Ημερομηνία Δημοσίευσης 2020-05-15
Αξιολόγηση 4.35/5 Συνολικά 115 Αξιολογήσεις
Προγραμματιστής https://www.gmail-sms-alerts.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gmail-sms-alerts.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.cloudhq.net/category/browser/gmail-sms-alerts/
URL της Σελίδας Πολιτικής Απορρήτου https://www.cloudhq.net/privacy
Υποστηριζόμενες Γλώσσες en
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-xlY73imk6IVOlYWRJuWjjjfgHfrgZSsSerx0TWQDnUc='; object-src 'self' https:\/\/www.cloudhq.net https:\/\/www.cloudhq.net;",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*",
        "*"
    ],
    "browser_action": {
        "default_icon": "icons\/gmail_smsnotif.png"
    },
    "name": "Mobile Text Alerts for Gmail by cloudHQ",
    "short_name": "Mobile Text Alerts for Gmail by cloudHQ",
    "icons": {
        "128": "icons\/gmail_smsnotif.png",
        "48": "icons\/gmail_smsnotif.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.orecons.com\/*",
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/popover.css",
                "stylesheets\/main_gmail_smsnotif.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_smsnotif_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.12",
    "description": "Get mobile text alerts for emails that are urgent, from specific people, or once someone replies back",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}