UtterU

Call and SMS via Utteru powered by MSG91

Was ist UtterU?

UtterU ist eine Chrome-Erweiterung, die von https://phone91.com entwickelt wurde, und ihr Hauptmerkmal ist "Call and SMS via Utteru powered by MSG91".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

UtterU-Erweiterungs-CRX-Datei herunterladen

Laden Sie UtterU-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UtterU UtterU
ID lcbfgegdcmgpfnlgilhmmjhoankncack
Offizielle URL https://chromewebstore.google.com/detail/utteru/lcbfgegdcmgpfnlgilhmmjhoankncack
Beschreibung Call and SMS via Utteru powered by MSG91
Dateigröße 84.66 KB
Installationsanzahl 44
Aktuelle Version 1.6
Letztes Update 2021-03-03
Veröffentlichungsdatum 2020-03-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://phone91.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://msg91.com/
Hilfeseite URL https://msg91.com/contact/
URL der Datenschutzrichtlinien-Seite https://msg91.com/privacy-policy
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}