Mobily.ws - Global SMS Service Provider
Mobily.WS SMS is a powerful application specialized in fast and secure communication.
什么是Mobily.ws - Global SMS Service Provider?
Mobily.ws - Global SMS Service Provider是由Mobily.ws开发的Chrome扩展程序,该扩展的主要功能是“Mobily.WS SMS is a powerful application specialized in fast and secure communication.”。
扩展截图
下载Mobily.ws - Global SMS Service Provider扩展crx文件
下载Mobily.ws - Global SMS Service Provider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Mobily.ws SMS: Fast, Secure, and Reliable! Send short and accurate SMS messages to your customers, partners and employees through your browser. Mobily Extension is a small, powerful and one of the best looking SMS applications that enables users send targeted text messages one at a time or in bulk. How to get started: - Download Mobily Extension on your computer via Google Web Store. - Start this application and sign in to send SMS messages Benefits: - 100% free. - Support both languages (Arabic & English). - Short time set-up. - Represents a cost-effective, efficient and secure tool to communicate. - Automatic sync of contact groups between Mobily.ws website and Mobily Extension. - Fast and easy tool enable users to send messages without the need to visit Mobily.ws website. - Get started in less than 30 seconds.
扩展基本信息
名称 | Mobily.ws - Global SMS Service Provider |
ID | pmapgeheagddccpaogcigbngnkaeknbn |
官方URL | https://chromewebstore.google.com/detail/mobilyws-global-sms-servi/pmapgeheagddccpaogcigbngnkaeknbn |
简介 | Mobily.WS SMS is a powerful application specialized in fast and secure communication. |
文件大小 | 762 KB |
安装次数 | 232 |
当前版本 | 1.1.1 |
更新时间 | 2015-10-04 |
上架时间 | 2015-10-04 |
开发者 | Mobily.ws |
付费类型 | free |
扩展官网 | http://www.mobily.ws |
帮助页面URL | https://mobily.ws/en/technical-support.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mobily.ws - Global SMS Service Provider", "description": "Mobily.WS SMS is a powerful application specialized in fast and secure communication.", "version": "1.1.1", "browser_action": { "default_icon": "images\/icon-sms_128.png", "default_popup": "pages\/ar\/index.html" }, "icons": { "16": "images\/icon-sms_16.png", "48": "images\/icon-sms_48.png", "128": "images\/icon-sms_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "popup.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "short_name": "Mobily.ws" } |