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 là gì?

SMSee - SMS on PC là một tiện ích mở rộng Chrome được phát triển bởi https://www.smsee.net, và tính năng chính của nó là "SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SMSee - SMS on PC

Tải xuống các tệp mở rộng SMSee - SMS on PC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SMSee - SMS on PC SMSee - SMS on PC
ID fnmkhchopkmelgcnjpfflkjghgaalmod
URL Chính Thức https://chrome.google.com/webstore/detail/smsee-sms-on-pc/fnmkhchopkmelgcnjpfflkjghgaalmod
Mô tả SMSee Chrome Extension notifies you of all received SMS messages, incoming phone calls and notifications from your phones.
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 1,989
Phiên Bản Hiện Tại 1.0.26
Cập Nhật Lần Cuối 2016-04-26
Ngày Phát Hành 2016-04-26
Đánh Giá 1.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://www.smsee.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.smsee.net/
URL Trang Trợ Giúp https://www.smsee.net/faq.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}