Cusbo Side Widget

Allows you to use Cusbo on any browser tab.

Cusbo Side Widgetคืออะไร?

Cusbo Side Widget เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cusbo และคุณลักษณะหลักของมันคือ "Allows you to use Cusbo on any browser tab."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cusbo Side Widget

ดาวน์โหลดไฟล์ส่วนขยาย Cusbo Side Widget ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Cusbo Side Widget: Customer Engagement Just a Click Away!

🚀 Streamline Your Customer Interactions with the Ultimate Chrome Extension!

🌟 Highlight Features:

🔹 Engage on Any Page:
Open the Cusbo side widget on any webpage in Chrome, ensuring instant connectivity with your customers without needing multiple tabs or apps open.

🔹 Always Be Alert:
Keep track with a message counter right near your extension icon, aggregating unread messages from the "New" and "My Task" tabs to ensure no customer query goes unnoticed.

🔹 Consistent Cross-Tab Experience:
Maintain your interaction flow with shared state across tabs. Engage with Cusbo on one tab, and effortlessly pick it up right where you left off in another.

🔹 Multiple Account Accessibility:
Simultaneously operate different accounts in the Side Widget and Cusbo app in the same browser for diversified control and management.

🔹 Customizable Widget Width:
Adjust the width of the widget according to your convenience and visual preference, ensuring a user-friendly interface.

🌐 Instant Customer Interaction Across the Web:
Engage with your customers, manage messages, and build lasting relationships effortlessly as you browse. Cusbo Sidekick ensures that your customer interactions are never more than a click away, providing a consistent and unified communication experience across all your Chrome tabs.

👉 Download Cusbo Sidekick Now!
Stay connected, responsive, and engaged wherever you browse with the most intuitive customer interaction tool!

👥 Thanks for choosing Cusbo!                    

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

ชื่อ Cusbo Side Widget Cusbo Side Widget
ID fgefkppoocnnakbgbcoibodglhgmfejf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cusbo-side-widget/fgefkppoocnnakbgbcoibodglhgmfejf
คำอธิบาย Allows you to use Cusbo on any browser tab.
ขนาดไฟล์ 90.29 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2023-12-07
วันที่เผยแพร่ 2023-10-22
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Cusbo
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.cusbo.tech/
URL หน้าช่วยเหลือ https://app.cusbo.tech/
URL หน้านโยบายความเป็นส่วนตัว https://www.cusbo.tech/privacy-and-cookie-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cusbo Side Widget",
    "description": "Allows you to use Cusbo on any browser tab.",
    "version": "1.1.3",
    "icons": {
        "512": "assets\/images\/logo\/cusbo-512x512.png"
    },
    "action": {
        "default_icon": "assets\/images\/logo\/cusbo-128x128.png",
        "default_title": "Click to open Cusbo"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css",
                "assets\/images\/public\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}