UtterU
Call and SMS via Utteru powered by MSG91
UtterUとは何ですか?
UtterUはhttps://phone91.comによって開発されたChromeの拡張機能で、その主な機能は「Call and SMS via Utteru powered by MSG91」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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:\/\/*\/*" ] } ] } |