Union Telecom Chrome extension
Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра
Hvad er Union Telecom Chrome extension?
Union Telecom Chrome extension er en Chrome-udvidelse udviklet af https://union-telecom.ru, og dens hovedfunktion er "Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра".
Udvidelsesskærmbilleder
Download Union Telecom Chrome extension-udvidelses-CRX-fil
Download Union Telecom Chrome extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | egofhapjaodedhimmbgoabkfbkpmdgka |
Officiel URL | https://chromewebstore.google.com/detail/union-telecom-chrome-exte/egofhapjaodedhimmbgoabkfbkpmdgka |
Beskrivelse | Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра |
Filstørrelse | 61.85 KB |
Antal Installationer | 33 |
Nuværende Version | 2.0.4 |
Senest Opdateret | 2019-02-05 |
Udgivelsesdato | 2019-02-05 |
Udvikler | https://union-telecom.ru |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |