ICT Agent

A WebRTC Phone for inbound and outbound calling

Qu'est-ce que ICT Agent ?

ICT Agent est une extension Chrome développée par fiza, et sa fonction principale est "A WebRTC Phone for inbound and outbound calling".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ICT Agent

Téléchargez les fichiers d'extension ICT Agent au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ICT Agent ICT Agent
ID ijnbappmbeilpjabeokdppkhpaobijib
URL Officiel https://chrome.google.com/webstore/detail/ict-agent/ijnbappmbeilpjabeokdppkhpaobijib
Description A WebRTC Phone for inbound and outbound calling
Taille du Fichier 1.12 MB
Nombre d'Installations 14
Version Actuelle 0.7
Dernière Mise à Jour 2021-08-06
Date de Publication 2018-03-04
Évaluation 5.00/5 Total 3 Évaluations
Développeur fiza
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.ictinnovations.com/
URL de la Page d'Aide http://www.ictinnovations.com/
Langues Prises en Charge 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"
    ]
}