UtterU

Call and SMS via Utteru powered by MSG91

什么是UtterU?

UtterU是由https://phone91.com开发的Chrome扩展程序,该扩展的主要功能是“Call and SMS via Utteru powered by MSG91”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载UtterU扩展crx文件

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