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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Mobily.ws - Global SMS Service Provider 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}