UtterU
Call and SMS via Utteru powered by MSG91
Qu'est-ce que UtterU ?
UtterU est une extension Chrome développée par https://phone91.com, et sa fonction principale est "Call and SMS via Utteru powered by MSG91".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UtterU
Téléchargez les fichiers d'extension UtterU au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | UtterU |
ID | lcbfgegdcmgpfnlgilhmmjhoankncack |
URL Officiel | https://chromewebstore.google.com/detail/utteru/lcbfgegdcmgpfnlgilhmmjhoankncack |
Description | Call and SMS via Utteru powered by MSG91 |
Taille du Fichier | 84.66 KB |
Nombre d'Installations | 44 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2021-03-03 |
Date de Publication | 2020-03-07 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://phone91.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://msg91.com/ |
URL de la Page d'Aide | https://msg91.com/contact/ |
URL de la Page de Politique de Confidentialité | https://msg91.com/privacy-policy |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |