Union Telecom Chrome extension
Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра
Cos'è Union Telecom Chrome extension?
Union Telecom Chrome extension è un'estensione di Chrome sviluppata da https://union-telecom.ru, e la sua funzione principale è "Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Union Telecom Chrome extension
Scarica i file di estensione Union Telecom Chrome extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра
Informazioni di Base sull'Estensione
Nome | |
ID | egofhapjaodedhimmbgoabkfbkpmdgka |
URL Ufficiale | https://chromewebstore.google.com/detail/union-telecom-chrome-exte/egofhapjaodedhimmbgoabkfbkpmdgka |
Descrizione | Расширение браузера Google Chrome компании Union Telecom для работы операторов контактного центра |
Dimensione del File | 61.85 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 2.0.4 |
Ultimo Aggiornamento | 2019-02-05 |
Data di Pubblicazione | 2019-02-05 |
Sviluppatore | https://union-telecom.ru |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |