Empact

Empact Chrome Extension

Qu'est-ce que Empact ?

Empact est une extension Chrome développée par empact-chrome-extension, et sa fonction principale est "Empact Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Empact

Téléchargez les fichiers d'extension Empact au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Empact Empact
ID jmflogdbhkggnlehgncdfadeoeakplbm
URL Officiel https://chromewebstore.google.com/detail/empact/jmflogdbhkggnlehgncdfadeoeakplbm
Description Empact Chrome Extension
Taille du Fichier 2.59 MB
Nombre d'Installations 110
Version Actuelle 1.4.8
Dernière Mise à Jour 2024-02-11
Date de Publication 2021-07-28
Développeur empact-chrome-extension
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.comversation.co.il/privacy
Langues Prises en Charge 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
    }
}