ICT Agent

A WebRTC Phone for inbound and outbound calling

ICT Agentとは何ですか?

ICT Agentはfizaによって開発されたChromeの拡張機能で、その主な機能は「A WebRTC Phone for inbound and outbound calling」です。

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

screenshot

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

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

拡張機能の使用方法

                        ICT Agent Extension will embed one WebRTC based VoIP Phone in browser, this phone will remain connected to the main server and will be responsible for inbound and outbound calls, Transfering call as well as for sending DTMF.
It can harvest contacts from the random pages. Agent can access contents, contacts from a single application. Browser can automatically fetch required url depending on the course of call. Automatic URL will eliminate any delay which agent take while searching and finding desired data.
It has Click 2 Call feature, User can click on the number to make call.                    

拡張機能の基本情報

名前 ICT Agent ICT Agent
ID ijnbappmbeilpjabeokdppkhpaobijib
公式URL https://chrome.google.com/webstore/detail/ict-agent/ijnbappmbeilpjabeokdppkhpaobijib
説明 A WebRTC Phone for inbound and outbound calling
ファイルサイズ 1.12 MB
インストール数 14
現在のバージョン 0.7
最終更新日 2021-08-06
公開日 2018-03-04
評価 5.00/5 合計 3 レビュー
開発者 fiza
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.ictinnovations.com/
ヘルプページのURL http://www.ictinnovations.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ICT Agent",
    "manifest_version": 2,
    "version": "0.7",
    "description": "A WebRTC Phone for inbound and outbound calling",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "background": {
        "persistent": true,
        "scripts": [
            "jquery-2.2.0.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "ICT Agent"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage"
    ]
}