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 |
官方網址 | 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\/*" ] } } |