SendSMS.pk
Send and receive free sms from google chrome!
SendSMS.pk là gì?
SendSMS.pk là một tiện ích mở rộng Chrome được phát triển bởi http://www.sendsms.pk, và tính năng chính của nó là "Send and receive free sms from google chrome!".
Tải xuống tệp CRX của tiện ích mở rộng SendSMS.pk
Tải xuống các tệp mở rộng SendSMS.pk dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nmcknfgipkihpljfbgfielbdfdckcmmi |
URL Chính Thức | https://chrome.google.com/webstore/detail/sendsmspk/nmcknfgipkihpljfbgfielbdfdckcmmi |
Mô tả | Send and receive free sms from google chrome! |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 159 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2012-08-24 |
Ngày Phát Hành | 2012-08-24 |
Đánh Giá | 3.86/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | http://www.sendsms.pk |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.sendsms.pk/ |
URL Trang Trợ Giúp | http://www.sendsms.pk/contact.php |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |