Union Telecom Chrome extension

Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра

Qu'est-ce que Union Telecom Chrome extension ?

Union Telecom Chrome extension est une extension Chrome développée par https://union-telecom.ru, et sa fonction principale est "Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Union Telecom Chrome extension

Téléchargez les fichiers d'extension Union Telecom Chrome extension 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

                        Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра                    

Informations de Base sur l'Extension

Nom Union Telecom Chrome extension Union Telecom Chrome extension
ID egofhapjaodedhimmbgoabkfbkpmdgka
URL Officiel https://chromewebstore.google.com/detail/union-telecom-chrome-exte/egofhapjaodedhimmbgoabkfbkpmdgka
Description Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра
Taille du Fichier 61.85 KB
Nombre d'Installations 33
Version Actuelle 2.0.4
Dernière Mise à Jour 2019-02-05
Date de Publication 2019-02-05
Développeur https://union-telecom.ru
Email [email protected]
Type de Paiement free
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Union Telecom Chrome extension",
    "short_name": "Union Telecom Chrome extension",
    "version": "2.0.4",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 Google Chrome \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 Union Telecom \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u0432 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043d\u043e\u0433\u043e \u0446\u0435\u043d\u0442\u0440\u0430",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/axios.min.js",
            "js\/bg.min.js"
        ]
    },
    "browser_action": {
        "default_title": "Union Telecom",
        "default_icon": "images\/auth.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/content.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/sprite.png"
    ]
}