SendSMS.pk
Send and receive free sms from google chrome!
SendSMS.pk क्या है?
SendSMS.pk http://www.sendsms.pk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send and receive free sms from google chrome!"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SendSMS.pk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |