SendSMS.pk

Send and receive free sms from google chrome!

SendSMS.pkとは何ですか?

SendSMS.pkはhttp://www.sendsms.pkによって開発されたChromeの拡張機能で、その主な機能は「Send and receive free sms from google chrome!」です。

SendSMS.pk拡張機能のCRXファイルをダウンロード

SendSMS.pk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Send and Receive FREE SMS
2 way sms communication made simple! Send and receive sms smoothly!


Very Fast!
Latest programming techniques and up-to-date system architecture!


Facebook SMS Status update
Connect with your facebook account, and update your status with an sms!


Twitter (Free tweets via sms)
Send tweets to your followers no matter where you are in Pakistan with just a single sms!


Scheduled SMS with data and time
Never miss anything! Schedule sms for friend's birthdays, or as your own reminders!


SMS API
Integrate SMS in your applications. API with example code available!


Safe and Secure
Safe, secure and reliable servers. In-house engineers for maintenance and support.                    

拡張機能の基本情報

名前 SendSMS.pk SendSMS.pk
ID nmcknfgipkihpljfbgfielbdfdckcmmi
公式URL https://chrome.google.com/webstore/detail/sendsmspk/nmcknfgipkihpljfbgfielbdfdckcmmi
説明 Send and receive free sms from google chrome!
ファイルサイズ 111 KB
インストール数 159
現在のバージョン 1.0
最終更新日 2012-08-24
公開日 2012-08-24
評価 3.86/5 合計 14 レビュー
開発者 http://www.sendsms.pk
支払い方法 free
拡張機能のウェブサイト http://www.sendsms.pk/
ヘルプページのURL http://www.sendsms.pk/contact.php
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SendSMS.pk",
    "version": "1.0",
    "description": "Send and receive free sms from google chrome!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "favicon.ico",
        "default_popup": "popup.html",
        "default_title": "SendSMS.pk"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "http:\/\/api.sendsms.pk\/"
    ]
}