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\/"
    ]
}