SendSMS.pk

Send and receive free sms from google chrome!

Что такое SendSMS.pk?

SendSMS.pk - это расширение Chrome, разработанное http://www.sendsms.pk, и его основная функция - "Send and receive free sms from google chrome!".

Скачать файл CRX расширения SendSMS.pk

Скачайте файлы расширений 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\/"
    ]
}