Empact

Empact Chrome Extension

What is Empact?

Empact is a Chrome extension developed by empact-chrome-extension, and its main feature is "Empact Chrome Extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Empact Extension CRX File

Download Empact 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

                        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.                    

Extension Basic Information

Name Empact Empact
ID jmflogdbhkggnlehgncdfadeoeakplbm
Official URL https://chromewebstore.google.com/detail/empact/jmflogdbhkggnlehgncdfadeoeakplbm
Description Empact Chrome Extension
File Size 2.59 MB
Installation Count 110
Current Version 1.4.8
Last Updated 2024-02-11
Publish Date 2021-07-28
Developer empact-chrome-extension
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.comversation.co.il/privacy
Supported Languages 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
    }
}