Wischat

W Integrate Chat

What is Wischat?

Wischat is a Chrome extension developed by https://wis.chat, and its main feature is "W Integrate Chat".

Extension Screenshots

screenshot
screenshot

Download Wischat Extension CRX File

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

                        Aviso en la barra de menú de nuevos Whatsapps, ventana independiente para un fácil acceso, permaneciendo abierta incluso al cerrar Chrome, cree una cuenta en wis.chat y automatice sus envíos a través de Whatsapp                    

Extension Basic Information

Name Wischat Wischat
ID mehipcdhalmoecjhhfcgmiodeokllnno
Official URL https://chromewebstore.google.com/detail/wischat/mehipcdhalmoecjhhfcgmiodeokllnno
Description W Integrate Chat
File Size 616 KB
Installation Count 140
Current Version 2.0.48
Last Updated 2024-01-11
Publish Date 2021-02-17
Rating 5.00/5 Total 1 Ratings
Developer https://wis.chat
Email [email protected]
Payment Type free
Privacy Policy Page URL https://wis.chat/privacy.html
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wischat",
    "description": "W Integrate Chat",
    "version": "2.0.48",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "options_page": "data\/options\/index.html",
    "action": {
        "default_title": "Wischat 2.0"
    },
    "permissions": [
        "alarms",
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.whatsapp.com\/*",
        "*:\/\/*.wis.chat\/*",
        "*:\/\/*.disisot.com\/*",
        "*:\/\/*.qsoftware.biz\/*",
        "*:\/\/*.wa.link\/*",
        "*:\/\/*.wa.me\/*",
        "*:\/\/wis.chat\/*",
        "*:\/\/wa.link\/*",
        "*:\/\/wa.me\/*",
        "*:\/\/bit.ly\/*",
        "*:\/\/localhost\/*",
        "*:\/\/127.0.0.1\/*",
        "*:\/\/200.7.227.50\/*",
        "*:\/\/*.recover.ec\/*",
        "*:\/\/recover.ec\/*",
        "*:\/\/makrocel.com\/*",
        "*:\/\/186.4.213.167\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "thirdParty\/jquery-3.4.1.min.js",
                "thirdParty\/purify.min.js",
                "foreground.js",
                "envio_individual.js",
                "integracion_crm.js",
                "xlsx.full.min.js",
                "verificacion_de_numeros.js",
                "logger.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/"
            ],
            "css": [
                "data\/inject.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "wapi.js",
                "envio_individual.js",
                "integracion_crm.js",
                "xlsx.full.min.js",
                "verificacion_de_numeros.js",
                "logger.js",
                "scripts\/sendMessaje.js",
                "data\/window\/home.svg",
                "data\/window\/reload.svg",
                "data\/window\/settings.svg",
                "data\/window\/clean.svg",
                "data\/window\/tool.svg",
                "disisot\/client\/espo.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/web.whatsapp.com\/*"
        ]
    }
}