ICT Agent

A WebRTC Phone for inbound and outbound calling

ICT Agent là gì?

ICT Agent là một tiện ích mở rộng Chrome được phát triển bởi fiza, và tính năng chính của nó là "A WebRTC Phone for inbound and outbound calling".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ICT Agent

Tải xuống các tệp mở rộng ICT Agent 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

                        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.                    

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

Tên ICT Agent ICT Agent
ID ijnbappmbeilpjabeokdppkhpaobijib
URL Chính Thức https://chrome.google.com/webstore/detail/ict-agent/ijnbappmbeilpjabeokdppkhpaobijib
Mô tả A WebRTC Phone for inbound and outbound calling
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2021-08-06
Ngày Phát Hành 2018-03-04
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển fiza
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ictinnovations.com/
URL Trang Trợ Giúp http://www.ictinnovations.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}