ICT Agent

A WebRTC Phone for inbound and outbound calling

Co je ICT Agent?

ICT Agent je rozšíření Chrome vyvinuté fiza, a jeho hlavní funkcí je „A WebRTC Phone for inbound and outbound calling“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ICT Agent

Stáhněte si soubory rozšíření ICT Agent ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ICT Agent ICT Agent
ID ijnbappmbeilpjabeokdppkhpaobijib
Oficiální URL https://chrome.google.com/webstore/detail/ict-agent/ijnbappmbeilpjabeokdppkhpaobijib
Popis A WebRTC Phone for inbound and outbound calling
Velikost souboru 1.12 MB
Počet instalací 14
Aktuální Verze 0.7
Poslední Aktualizace 2021-08-06
Datum Vydání 2018-03-04
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář fiza
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.ictinnovations.com/
URL Stránky Nápovědy http://www.ictinnovations.com/
Podporované Jazyky 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"
    ]
}