Send Your Email to SMS (text)

Text message your email to any mobile number with 1 click

Τι είναι το Send Your Email to SMS (text);

Το Send Your Email to SMS (text) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cloudhq.net, και η κύρια λειτουργία του είναι "Text message your email to any mobile number with 1 click".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Send Your Email to SMS (text)

Λήψη αρχείων επέκτασης Send Your Email to SMS (text) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Send your email to any mobile number. 
Here is how it works:
1. Install this extension
2. Open your Gmail and start composing an email 
3. Click on the "mobile" icon to add phone numbers 
4. Write your message
5. Hit Send
6. Email will also send to mobile numbers

NOTE: Only US and Canada phone numbers are supported. 

90% of the time, a text message gets read in under 3 minutes. 

If something is important, don't text someone "check your email", just send your email to that person's mobile number and get faster results!

Key features:

⭐ Forward any email message to mobile number with one click
⭐ Quickly add BCC multiple mobile phone numbers for any email
⭐ HTML and text formatting of message
⭐ Preview your email how it will look on the mobile phone
⭐ Pictures and videos from your email will be send as MMS (Multimedia Messaging Service) 
⭐ Get a dedicated phone number

cloudHQ. Getting you faster email responses, 1 click at a time.                    

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

Όνομα Send Your Email to SMS (text) Send Your Email to SMS (text)
ID ipghnlmkjdejhibmialipjeaoobhaofe
Επίσημο URL https://chromewebstore.google.com/detail/send-your-email-to-sms-te/ipghnlmkjdejhibmialipjeaoobhaofe
Περιγραφή Text message your email to any mobile number with 1 click
Μέγεθος Αρχείου 186 KB
Αριθμός Εγκαταστάσεων 71,253
Τρέχουσα Έκδοση 1.0.0.9
Τελευταία Ενημέρωση 2021-08-24
Ημερομηνία Δημοσίευσης 2020-05-08
Αξιολόγηση 3.67/5 Συνολικά 285 Αξιολογήσεις
Προγραμματιστής https://cloudhq.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://cloudhq.net/chrome_extensions
Διεύθυνση 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": "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\/*",
        "*"
    ],
    "name": "Send Your Email to SMS (text)",
    "short_name": "Send Your Email to SMS (text)",
    "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"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/main_save_to_sms.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_save_to_sms_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.9",
    "description": "Text message your email to any mobile number with 1 click",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}