Visitele Operator Support Tools

Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing.

Co je Visitele Operator Support Tools?

Visitele Operator Support Tools je rozšíření Chrome vyvinuté https://www.visitele.com, a jeho hlavní funkcí je „Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Visitele Operator Support Tools

Stáhněte si soubory rozšíření Visitele Operator Support Tools 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í

                        Live chat, video conference and screen-sharing using smart phone (Android, iOS) or PC.
Sound and visual alert for incoming chat or video conference.
Session recording (chat, audio, video).
Dynamic number of online operators.
Requires only browser – no Flash, no special app.
Multi-language: English, German, Hungarian, Slovak, Polish, Russian.
Optimized chat window for mobile devices (mobile phone, tablet) and PC.                    

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

Název Visitele Operator Support Tools Visitele Operator Support Tools
ID ogdfkgnomdhpdjoginmpemmdoilniipg
Oficiální URL https://chrome.google.com/webstore/detail/visitele-operator-support/ogdfkgnomdhpdjoginmpemmdoilniipg
Popis Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing.
Velikost souboru 45.22 KB
Počet instalací 36
Aktuální Verze 1.5.3
Poslední Aktualizace 2018-03-05
Datum Vydání 2018-03-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.visitele.com
Typ Platby free
Webové stránky Rozšíření https://www.visitele.com
URL Stránky Nápovědy https://visitele.com/index.php?lang=en#contact
URL Stránky Zásad Ochrany Soukromí https://prod.visitele.com/legals/6ed4ac05729f/gdpr/en
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visitele Operator Support Tools",
    "short_name": "visitele",
    "author": "visitele, j.s.a.",
    "version": "1.5.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Visitele operator tools need to be installed by support operator to allow screensharing and browser window resizing.",
    "homepage_url": "https:\/\/www.visitele.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "32": "visitele_icon_blue_32x32.png",
        "48": "visitele_icon_blue_48x48.png",
        "64": "visitele_icon_blue_64x64.png",
        "128": "visitele_icon_blue_128x128.png",
        "256": "visitele_icon_blue_256x256.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "visitele_icon_blue_32x32.png"
    ]
}