Mobile Text Alerts
Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.
Τι είναι το Mobile Text Alerts;
Το Mobile Text Alerts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mobile-text-alerts.com, και η κύρια λειτουργία του είναι "Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mobile Text Alerts
Λήψη αρχείων επέκτασης Mobile Text Alerts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Reach customers instantly with the easiest-to-use SMS marketing solution available. Mobile Text Alerts makes it easy to communicate with your customers, employees, and audience when it matters most. Drive sales, send alerts, and increase engagement with the simple send of a text. Inbox • View subscribers’ replies to your messages at a glance • Chat back and forth with your subscribers with ease • Assign and archive message threads for better conversation management Manage Your Subscribers • View subscribers’ contact information at a glance • Add, edit, or remove subscriber information with just a few clicks • Search through or filter subscribers to easily find the data you’re looking for * This extension requires a Mobile Text Alerts account in order to use. Please visit https://mobile-text-alerts.com to create an account. If you have any questions, please reach out to us at [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | Mobile Text Alerts |
ID | lmdfmjdeblfeofncbnkfjookebkfmgin |
Επίσημο URL | https://chromewebstore.google.com/detail/mobile-text-alerts/lmdfmjdeblfeofncbnkfjookebkfmgin |
Περιγραφή | Integrate texting into your workflow and connect to customers instantly with a top-rated text message service. |
Μέγεθος Αρχείου | 65.51 KB |
Αριθμός Εγκαταστάσεων | 342 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2023-11-29 |
Ημερομηνία Δημοσίευσης | 2023-09-26 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://mobile-text-alerts.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://mobile-text-alerts.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://mobile-text-alerts.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://mobile-text-alerts.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mobile Text Alerts", "description": "Integrate texting into your workflow and connect to customers instantly with a top-rated text message service.", "version": "1.0.1", "action": { "default_popup": "index.html" }, "icons": { "128": "favicon-128x128.png", "48": "favicon-48x48.png", "32": "favicon-48x48.png", "16": "favicon-16x16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.mobile-text-alerts.com\/*" ], "js": [ "content.js" ], "all_frames": true } ], "host_permissions": [ "*:\/\/*.mobile-text-alerts.com\/*" ], "permissions": [ "cookies" ], "background": { "service_worker": "background.js" } } |