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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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\/" ] } |