SMSee - SMS on PC

SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.

Τι είναι το SMSee - SMS on PC;

Το SMSee - SMS on PC είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.smsee.net, και η κύρια λειτουργία του είναι "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SMSee - SMS on PC

Λήψη αρχείων επέκτασης SMSee - SMS on PC σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα SMSee - SMS on PC SMSee - SMS on PC
ID fnmkhchopkmelgcnjpfflkjghgaalmod
Επίσημο URL https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod
Περιγραφή SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
Μέγεθος Αρχείου 139 KB
Αριθμός Εγκαταστάσεων 1,989
Τρέχουσα Έκδοση 1.0.26
Τελευταία Ενημέρωση 2016-04-26
Ημερομηνία Δημοσίευσης 2016-04-26
Αξιολόγηση 1.88/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://www.smsee.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.smsee.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.smsee.net/faq.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SMSee - SMS on PC",
    "short_name": "SMSee Chrome Extension",
    "version": "1.0.26",
    "manifest_version": 2,
    "description": "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.",
    "homepage_url": "https:\/\/www.smsee.net\/",
    "icons": {
        "48": "gfx\/res\/mipmap-mdpi\/ic_launcher.png",
        "72": "gfx\/res\/mipmap-hdpi\/ic_launcher.png",
        "96": "gfx\/res\/mipmap-xhdpi\/ic_launcher.png"
    },
    "browser_action": {
        "default_title": "SMSee"
    },
    "background": {
        "scripts": [
            "smsee.js"
        ]
    },
    "permissions": [
        "tabs",
        "gcm",
        "storage",
        "notifications",
        "https:\/\/www.smsee.net\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.smsee.net\/*"
        ]
    }
}