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.
擴展基本資訊
名稱 | |
ID | nmcknfgipkihpljfbgfielbdfdckcmmi |
官方網址 | 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\/" ] } |