SMSee - SMS on PC
SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
Hvad er SMSee - SMS on PC?
SMSee - SMS on PC er en Chrome-udvidelse udviklet af https://www.smsee.net, og dens hovedfunktion er "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.".
Udvidelsesskærmbilleder
Download SMSee - SMS on PC-udvidelses-CRX-fil
Download SMSee - SMS on PC-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fnmkhchopkmelgcnjpfflkjghgaalmod |
Officiel URL | https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod |
Beskrivelse | SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones. |
Filstørrelse | 139 KB |
Antal Installationer | 1,989 |
Nuværende Version | 1.0.26 |
Senest Opdateret | 2016-04-26 |
Udgivelsesdato | 2016-04-26 |
Bedømmelse | 1.88/5 Samlet 8 Bedømmelser |
Udvikler | https://www.smsee.net |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.smsee.net/ |
Hjælpeside-URL | https://www.smsee.net/faq.html |
Understøttede Sprog | 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\/*" ] } } |