SMSee - SMS on PC
SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
Cos'è SMSee - SMS on PC?
SMSee - SMS on PC è un'estensione di Chrome sviluppata da https://www.smsee.net, e la sua funzione principale è "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SMSee - SMS on PC
Scarica i file di estensione SMSee - SMS on PC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | fnmkhchopkmelgcnjpfflkjghgaalmod |
URL Ufficiale | https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod |
Descrizione | SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones. |
Dimensione del File | 139 KB |
Conteggio Installazioni | 1,989 |
Versione Corrente | 1.0.26 |
Ultimo Aggiornamento | 2016-04-26 |
Data di Pubblicazione | 2016-04-26 |
Valutazione | 1.88/5 Totale 8 Valutazioni |
Sviluppatore | https://www.smsee.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.smsee.net/ |
URL della Pagina di Aiuto | https://www.smsee.net/faq.html |
Lingue Supportate | 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\/*" ] } } |