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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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:\/\/*\/*" ] } ] } |