SMSee - SMS on PC
SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
什么是SMSee - SMS on PC?
SMSee - SMS on PC是由https://www.smsee.net开发的Chrome扩展程序,该扩展的主要功能是“SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.”。
扩展截图
下载SMSee - SMS on PC扩展crx文件
下载SMSee - SMS on PC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | fnmkhchopkmelgcnjpfflkjghgaalmod |
官方URL | https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod |
简介 | SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones. |
文件大小 | 139 KB |
安装次数 | 1,989 |
当前版本 | 1.0.26 |
更新时间 | 2016-04-26 |
上架时间 | 2016-04-26 |
评分 | 1.88/5 共8次评分 |
开发者 | https://www.smsee.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.smsee.net/ |
帮助页面URL | https://www.smsee.net/faq.html |
支持的语言 | 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\/*" ] } } |