Union Telecom Chrome extension
Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра
Wat is Union Telecom Chrome extension?
Union Telecom Chrome extension is een Chrome-extensie ontwikkeld door https://union-telecom.ru, en de belangrijkste functie is "Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра".
Extensie Screenshots
Download het CRX-bestand van de extensie Union Telecom Chrome extension
Download Union Telecom Chrome extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра
Basisinformatie over de Extensie
Naam | |
ID | egofhapjaodedhimmbgoabkfbkpmdgka |
Officiële URL | https://chromewebstore.google.com/detail/union-telecom-chrome-exte/egofhapjaodedhimmbgoabkfbkpmdgka |
Beschrijving | Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра |
Bestandsgrootte | 61.85 KB |
Aantal Installaties | 33 |
Huidige Versie | 2.0.4 |
Laatst Bijgewerkt | 2019-02-05 |
Publicatiedatum | 2019-02-05 |
Ontwikkelaar | https://union-telecom.ru |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |