Empact
Empact Chrome Extension
Cos'è Empact?
Empact è un'estensione di Chrome sviluppata da empact-chrome-extension, e la sua funzione principale è "Empact Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Empact
Scarica i file di estensione Empact 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
Empowering customers technology by Comversation LTD. A platform to handle brand related tasks. 1. Login as an agent. 2. Receive tasks from various brands. 3. Handle each task using a post report mechanism. 4. Get rated and improve your agent skills using your task manager.
Informazioni di Base sull'Estensione
Nome | Empact |
ID | jmflogdbhkggnlehgncdfadeoeakplbm |
URL Ufficiale | https://chromewebstore.google.com/detail/empact/jmflogdbhkggnlehgncdfadeoeakplbm |
Descrizione | Empact Chrome Extension |
Dimensione del File | 2.59 MB |
Conteggio Installazioni | 110 |
Versione Corrente | 1.4.8 |
Ultimo Aggiornamento | 2024-02-11 |
Data di Pubblicazione | 2021-07-28 |
Sviluppatore | empact-chrome-extension |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.comversation.co.il/privacy |
Lingue Supportate | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Empact", "short_name": "Empact", "description": "Empact Chrome Extension", "version": "1.4.8", "manifest_version": 2, "default_locale": "he", "icons": { "16": "assets\/images\/icon.png", "128": "assets\/images\/icon.png" }, "background": { "scripts": [ "assets\/js\/pusher.min.js", "assets\/js\/events.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/js\/jquery.min.js", "assets\/js\/rangy\/rangy-core.js", "assets\/js\/rangy\/rangy-selectionsaverestore.js", "assets\/js\/rangy\/rangy-classapplier.js", "assets\/js\/rangy\/rangy-highlighter.js", "assets\/js\/content.js" ], "css": [ "assets\/css\/content.css" ] } ], "browser_action": { "default_icon": { "19": "assets\/images\/icon.png", "38": "assets\/images\/icon.png" }, "default_title": "Empact", "default_popup": "index.html" }, "permissions": [ "activeTab", "notifications", "storage" ], "content_security_policy": "script-src 'self' https:\/\/stats.pusher.com https:\/\/cdn.tiny.cloud; object-src 'self'; connect-src 'self' wss:\/\/* https:\/\/* http:\/\/empact-api.com\/;", "web_accessible_resources": [ "assets\/*", "chrome:\/\/favicon\/", "index.html" ], "externally_connectable": { "matches": [ "*:\/\/*.empact-api.com\/*", "*:\/\/*.empact.co.il\/*", "http:\/\/localhost:8080\/*" ], "accepts_tls_channel_id": false } } |