WebSMS
Send SMS text messages from your browser
WebSMS란 무엇입니까?
WebSMS은(는) 21st Century Mobile에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send SMS text messages from your browser"입니다.
확장 프로그램 스크린샷
WebSMS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Send SMS text messages from your browser WebSMS uses our messaging platform for sending messages. Use a credit card to top-up your account and enjoy the easy way to keep in contact with customers and texting co-workers. Included features: + Create and send to recipients + Groups allows sending to multiple recipients + Replies directly in your mobile + Price list per destination country + 5 test messages Optional features: + Public groups with self managed members + Replies to e-mail + Every texting feature imaginable through API:s and our competent platform and staff
확장 프로그램 기본 정보
이름 | WebSMS |
ID | dlkemlgapokpjaccplkmkompccipfebk |
공식 URL | https://chromewebstore.google.com/detail/websms/dlkemlgapokpjaccplkmkompccipfebk |
설명 | Send SMS text messages from your browser |
파일 크기 | 346 KB |
설치 횟수 | 2,354 |
현재 버전 | 2.2 |
최근 업데이트 | 2020-10-31 |
출시 날짜 | 2020-10-30 |
평점 | 3.67/5 총 6 개의 평점 |
개발자 | 21st Century Mobile |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.21st.se/support/ |
개인정보 보호 정책 페이지 URL | https://www.21st.se/policy-och-riktlinjer-for-tillampning-av-gdpr |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebSMS", "description": "Send SMS text messages from your browser", "version": "2.2", "browser_action": { "default_icon": "icon-16.png", "default_title": "WebSMS", "default_popup": "widget.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S", "mac": "Alt+S" } } }, "permissions": [ "https:\/\/mymsp.21st.se\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |