Online messengers in All-in-One chat

organize various messengers in one place. Best choose an all-in-one messaging platform for your needs.

Online messengers in All-in-One chatคืออะไร?

Online messengers in All-in-One chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Multi messenger และคุณลักษณะหลักของมันคือ "organize various messengers in one place. Best choose an all-in-one messaging platform for your needs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online messengers in All-in-One chat

ดาวน์โหลดไฟล์ส่วนขยาย Online messengers in All-in-One chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With all the messaging apps available, it's often hard to keep track of whose messaging you and where. All-in-one messaging platforms offer a solution to this modern-day problem.

All-in-One Messenger is an extension for you to manage all of your messaging apps in one location.

All-in-One supports over 10 messengers, so it almost certainly supports your favorite messaging apps. 

All-in-One Messenger's features include a customizable interference that allows you to change the platform's appearance, manage push notifications, or switch to dark mode.

All-in-One messenger provides solid security and doesn't store your login credentials or read your typed messages.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Online messengers in All-in-One chat Online messengers in All-in-One chat
ID ekjogkoigkhbgdgpolejnjfmhdcgaoof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/online-messengers-in-all/ekjogkoigkhbgdgpolejnjfmhdcgaoof
คำอธิบาย organize various messengers in one place. Best choose an all-in-one messaging platform for your needs.
ขนาดไฟล์ 73.45 KB
จำนวนการติดตั้ง 290,198
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-07-06
วันที่เผยแพร่ 2023-01-28
คะแนน 4.46/5 รวมทั้งหมด 90 คะแนน
ผู้พัฒนา Multi messenger
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,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",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "images\/126.png"
    },
    "icons": {
        "126": "images\/126.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "scripts\/t_content_start.js"
            ],
            "matches": [
                "*:\/\/web.telegram.org\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "scripts\/w_content.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "scripts\/s_content.js"
            ],
            "matches": [
                "*:\/\/web.skype.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/inj.js",
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "matches": [
                "*:\/\/allchats.me\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "storage",
        "system.display",
        "contextMenus",
        "webRequest",
        "webRequestBlocking"
    ]
}