Multi Chat - All Chat In One For You

Merge all chats into one with Multi Chat. One platform, all communication. Easy, seamless, and unified.

Multi Chat - All Chat In One For You란 무엇입니까?

Multi Chat - All Chat In One For You은(는) tgmultisender에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merge all chats into one with Multi Chat. One platform, all communication. Easy, seamless, and unified."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Multi Chat - All Chat In One For You 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Welcome to Multi Chat, your all-in-one solution for streamlined desktop access to various communication apps, including WhatsApp, Yahoo, Messenger, Telegram, WeChat, Line, and others.

This extension simplifies your communication experience by allowing you to read and utilize popular messaging apps in a single place without the need to install their desktop versions. Specifically tailored for WhatsApp, this extension provides easy access to your messages and notifications while using your computer.

Important Note: Desktop Messenger for WhatsApp™ is an unofficial extension independent of the official WhatsApp application. It functions as a browser extension, offering access to WhatsApp Web, encapsulated for desktop use.

Key Features:

Access all popular communication apps through a browser toolbar pop-up UI.
Receive WhatsApp notifications via badge icon texts.
Utilize a flexible interface to set up and use the communication apps you prefer.
Telegram:
Access the official Telegram (web version) in a standalone window through our Chrome extension, providing direct access without misrepresenting itself as the official extension.

LINE:
Utilize LINE for free messaging, file sharing, group creation, and secure chats. Our Chrome extension provides access to LINE's features on your desktop.

Instagram:
Direct Message for Instagram allows you to send messages, upload stories, and use IGTV from your desktop PC, all through our independent extension.

Please note that while these extensions simplify access to respective web services, they are not officially affiliated with or endorsed by the applications they represent. All trademarks mentioned belong to their respective owners.

Disclaimer: Please note that this extension is not created by Instagram but by an independent development team. All copyrights belong to their respective owners.
Google does not endorse or sponsor this Chrome extension. Direct Message for Instagram™ is not owned by, licensed by, or a subsidiary of Facebook Inc.

All trademarks mentioned are registered trademarks. The Multi Chat desktop app is not related to these corporations and is developed as an independent project.                    

확장 프로그램 기본 정보

이름 Multi Chat - All Chat In One For You Multi Chat - All Chat In One For You
ID oaknbnbgdgflakieopfmgegbpfliganc
공식 URL https://chromewebstore.google.com/detail/multi-chat-all-chat-in-on/oaknbnbgdgflakieopfmgegbpfliganc
설명 Merge all chats into one with Multi Chat. One platform, all communication. Easy, seamless, and unified.
파일 크기 6.16 MB
설치 횟수 583
현재 버전 1.0.2
최근 업데이트 2024-01-05
출시 날짜 2023-12-06
평점 5.00/5 총 11 개의 평점
개발자 tgmultisender
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gmplus.io
도움말 페이지 URL https://gmplus.io/contact
개인정보 보호 정책 페이지 URL https://gmplus.io/gmplus-private-policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.2",
    "homepage_url": "https:\/\/teleplus.io\/",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "128": "img\/logo.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "icons\/icon128.png",
                "icons\/logo.png",
                "icons\/*.png",
                "fonts\/*",
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}