SMSee - SMS on PC
SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
Apa itu SMSee - SMS on PC?
SMSee - SMS on PC adalah ekstensi Chrome yang dikembangkan oleh https://www.smsee.net, dan fitur utamanya adalah "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SMSee - SMS on PC
Unduh file ekstensi SMSee - SMS on PC dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | fnmkhchopkmelgcnjpfflkjghgaalmod |
URL Resmi | https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod |
Deskripsi | SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones. |
Ukuran File | 139 KB |
Jumlah Instalasi | 1,989 |
Versi Saat Ini | 1.0.26 |
Terakhir Diperbarui | 2016-04-26 |
Tanggal Publikasi | 2016-04-26 |
Penilaian | 1.88/5 Total 8 Penilaian |
Pengembang | https://www.smsee.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.smsee.net/ |
URL Halaman Bantuan | https://www.smsee.net/faq.html |
Bahasa yang Didukung | 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\/*" ] } } |