UtterU

Call and SMS via Utteru powered by MSG91

UtterU क्या है?

UtterU https://phone91.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Call and SMS via Utteru powered by MSG91"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UtterU एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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:\/\/*\/*"
            ]
        }
    ]
}