UtterU
Call and SMS via Utteru powered by MSG91
Τι είναι το UtterU;
Το UtterU είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://phone91.com, και η κύρια λειτουργία του είναι "Call and SMS via Utteru powered by MSG91".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UtterU
Λήψη αρχείων επέκτασης UtterU σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Utteru extension re-defines the way you communicate with people by making SMS and calling available - seamlessly - across your phone and computer. From sending an SMS text message to your friend to placing a call, using our extension you can do it all from your computer without laying a finger on your mobile. Features: No need to reach for your phone every time you want to send a message. Simply enter text from your computer and send it via Utteru extension. Place a call directly from any number present on a website using Phone91 extension. Note - Utteru Chrome Extension will work only after you have successfully installed the Utteru android app on your phone. To download and install the app, Login to your MSG91 account, And click on Hello > Setting.
Βασικές Πληροφορίες Επέκτασης
Όνομα | UtterU |
ID | lcbfgegdcmgpfnlgilhmmjhoankncack |
Επίσημο URL | https://chromewebstore.google.com/detail/utteru/lcbfgegdcmgpfnlgilhmmjhoankncack |
Περιγραφή | Call and SMS via Utteru powered by MSG91 |
Μέγεθος Αρχείου | 84.66 KB |
Αριθμός Εγκαταστάσεων | 44 |
Τρέχουσα Έκδοση | 1.6 |
Τελευταία Ενημέρωση | 2021-03-03 |
Ημερομηνία Δημοσίευσης | 2020-03-07 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://phone91.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://msg91.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://msg91.com/contact/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://msg91.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UtterU", "description": "Call and SMS via Utteru powered by MSG91", "version": "1.6", "browser_action": { "default_popup": "index.html", "default_title": "UtterU", "default_icon": ".\/img\/icon2.png" }, "icons": { "16": ".\/img\/icon2.png", "32": ".\/img\/icon2.png", "48": ".\/img\/icon2.png", "128": ".\/img\/icon2.png" }, "permissions": [ "contextMenus", "activeTab" ], "web_accessible_resources": [ "pages\/verify.html" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |