SMSee - SMS on PC
SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
What is SMSee - SMS on PC?
SMSee - SMS on PC is a Chrome extension developed by https://www.smsee.net, and its main feature is "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.".
Extension Screenshots
Download SMSee - SMS on PC Extension CRX File
Download SMSee - SMS on PC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | fnmkhchopkmelgcnjpfflkjghgaalmod |
Official URL | https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod |
Description | SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones. |
File Size | 139 KB |
Installation Count | 1,989 |
Current Version | 1.0.26 |
Last Updated | 2016-04-26 |
Publish Date | 2016-04-26 |
Rating | 1.88/5 Total 8 Ratings |
Developer | https://www.smsee.net |
[email protected] | |
Payment Type | free |
Extension Website | https://www.smsee.net/ |
Help Page URL | https://www.smsee.net/faq.html |
Supported Languages | 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\/*" ] } } |