SMSee - SMS on PC

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

Was ist SMSee - SMS on PC?

SMSee - SMS on PC ist eine Chrome-Erweiterung, die von https://www.smsee.net entwickelt wurde, und ihr Hauptmerkmal ist "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SMSee - SMS on PC-Erweiterungs-CRX-Datei herunterladen

Laden Sie SMSee - SMS on PC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name SMSee - SMS on PC SMSee - SMS on PC
ID fnmkhchopkmelgcnjpfflkjghgaalmod
Offizielle URL https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod
Beschreibung SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
Dateigröße 139 KB
Installationsanzahl 1,989
Aktuelle Version 1.0.26
Letztes Update 2016-04-26
Veröffentlichungsdatum 2016-04-26
Bewertung 1.88/5 Insgesamt 8 Bewertungen
Entwickler https://www.smsee.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.smsee.net/
Hilfeseite URL https://www.smsee.net/faq.html
Unterstützte Sprachen 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\/*"
        ]
    }
}