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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

SMSee - SMS on PC拡張機能のCRXファイルをダウンロード

SMSee - SMS on PC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 SMSee - SMS on PC SMSee - SMS on PC
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
Eメール [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\/*"
        ]
    }
}