SMS VOIP

Call center

SMS VOIPとは何ですか?

SMS VOIPはsmsassist312によって開発されたChromeの拡張機能で、その主な機能は「Call center」です。

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

screenshot

SMS VOIP拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is a chrome extension developed for SMS Assist located in Chicago of USA, Which is developed for their operation managers to make a call by clicking any telephone number on webpage. This is a separated application of VOIP which is a web telephone system of SMS Assist, only the operation managers who signed in the VOIP system have the authority to use it.                    

拡張機能の基本情報

名前 SMS VOIP SMS VOIP
ID fgmjdedafjnlbdepogjbnijbmpjiafmi
公式URL https://chrome.google.com/webstore/detail/sms-voip/fgmjdedafjnlbdepogjbnijbmpjiafmi
説明 Call center
ファイルサイズ 152 KB
インストール数 32
現在のバージョン 1.05
最終更新日 2018-03-16
公開日 2018-03-16
評価 1.00/5 合計 1 レビュー
開発者 smsassist312
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SMS VOIP",
    "description": "Call center",
    "version": "1.05",
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "icons": {
        "16": ".\/icon\/16.ico",
        "48": ".\/icon\/48.ico",
        "128": ".\/icon\/128.ico"
    },
    "browser_action": {
        "default_icon": ".\/icon\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}