SMSee - SMS on PC

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

Vad är SMSee - SMS on PC?

SMSee - SMS on PC är en Chrome-tillägg utvecklad av https://www.smsee.net, och dess huvudfunktion är "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner SMSee - SMS on PC-förlängningens CRX-fil

Ladda ner SMSee - SMS on PC-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn SMSee - SMS on PC SMSee - SMS on PC
ID fnmkhchopkmelgcnjpfflkjghgaalmod
Officiell webbadress https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod
Beskrivning SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
Filstorlek 139 KB
Antal Installationer 1,989
Aktuell Version 1.0.26
Senast Uppdaterad 2016-04-26
Publiceringsdatum 2016-04-26
Betyg 1.88/5 Totalt 8 Betyg
Utvecklare https://www.smsee.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.smsee.net/
Hjälpsida URL https://www.smsee.net/faq.html
Stödda Språk 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\/*"
        ]
    }
}