ICT Agent

A WebRTC Phone for inbound and outbound calling

O que é ICT Agent?

ICT Agent é uma extensão do Chrome desenvolvida por fiza, e sua principal característica é "A WebRTC Phone for inbound and outbound calling".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ICT Agent

Baixe arquivos de extensão ICT Agent no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ICT Agent ICT Agent
ID ijnbappmbeilpjabeokdppkhpaobijib
URL Oficial https://chrome.google.com/webstore/detail/ict-agent/ijnbappmbeilpjabeokdppkhpaobijib
Descrição A WebRTC Phone for inbound and outbound calling
Tamanho do Arquivo 1.12 MB
Contagem de Instalações 14
Versão Atual 0.7
Última Atualização 2021-08-06
Data de Publicação 2018-03-04
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor fiza
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.ictinnovations.com/
URL da Página de Ajuda http://www.ictinnovations.com/
Idiomas Suportados 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"
    ]
}