SMSee - SMS on PC
SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
Co to jest SMSee - SMS on PC?
SMSee - SMS on PC to rozszerzenie Chrome opracowane przez https://www.smsee.net, a jego główną funkcją jest „SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SMSee - SMS on PC
Pobierz pliki rozszerzeń SMSee - SMS on PC w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fnmkhchopkmelgcnjpfflkjghgaalmod |
Oficjalny URL | https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod |
Opis | SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones. |
Rozmiar pliku | 139 KB |
Liczba instalacji | 1,989 |
Aktualna Wersja | 1.0.26 |
Ostatnia Aktualizacja | 2016-04-26 |
Data Publikacji | 2016-04-26 |
Ocena | 1.88/5 Łącznie 8 Oceny |
Deweloper | https://www.smsee.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.smsee.net/ |
Adres URL Strony Pomocy | https://www.smsee.net/faq.html |
Obsługiwane Języki | 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\/*" ] } } |