Wischat

W Integrate Chat

Wischat란 무엇입니까?

Wischat은(는) https://wis.chat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "W Integrate Chat"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Wischat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Wischat Wischat
ID mehipcdhalmoecjhhfcgmiodeokllnno
공식 URL https://chromewebstore.google.com/detail/wischat/mehipcdhalmoecjhhfcgmiodeokllnno
설명 W Integrate Chat
파일 크기 616 KB
설치 횟수 140
현재 버전 2.0.48
최근 업데이트 2024-01-11
출시 날짜 2021-02-17
평점 5.00/5 총 1 개의 평점
개발자 https://wis.chat
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://wis.chat/privacy.html
지원되는 언어 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\/*"
        ]
    }
}