SMSee - SMS on PC
SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
Wat is SMSee - SMS on PC?
SMSee - SMS on PC is een Chrome-extensie ontwikkeld door https://www.smsee.net, en de belangrijkste functie is "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.".
Extensie Screenshots
Download het CRX-bestand van de extensie SMSee - SMS on PC
Download SMSee - SMS on PC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | fnmkhchopkmelgcnjpfflkjghgaalmod |
Officiële URL | https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod |
Beschrijving | SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones. |
Bestandsgrootte | 139 KB |
Aantal Installaties | 1,989 |
Huidige Versie | 1.0.26 |
Laatst Bijgewerkt | 2016-04-26 |
Publicatiedatum | 2016-04-26 |
Beoordeling | 1.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://www.smsee.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.smsee.net/ |
Help Pagina-URL | https://www.smsee.net/faq.html |
Ondersteunde Talen | 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\/*" ] } } |