Union Telecom Chrome extension
Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра
What is Union Telecom Chrome extension?
Union Telecom Chrome extension is a Chrome extension developed by https://union-telecom.ru, and its main feature is "Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра".
Extension Screenshots
Download Union Telecom Chrome extension Extension CRX File
Download Union Telecom Chrome extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра
Extension Basic Information
Name | |
ID | egofhapjaodedhimmbgoabkfbkpmdgka |
Official URL | https://chromewebstore.google.com/detail/union-telecom-chrome-exte/egofhapjaodedhimmbgoabkfbkpmdgka |
Description | Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра |
File Size | 61.85 KB |
Installation Count | 33 |
Current Version | 2.0.4 |
Last Updated | 2019-02-05 |
Publish Date | 2019-02-05 |
Developer | https://union-telecom.ru |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |