CINNOX Extension

CINNOX Browser Extension for Call and SMS

CINNOX Extensionคืออะไร?

CINNOX Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CINNOX และคุณลักษณะหลักของมันคือ "CINNOX Browser Extension for Call and SMS"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CINNOX Extension

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

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

                        CINNOX Extension works directly from any webpage, e.g., to your CRM, Helpdesk, Sales Software, and other webpages you are working on.

By unifying data, people, AI and experiences in one place, CINNOX empowers organisations to design, craft, and unleash the power of 'X'perience in motion to create winning moments for teams and customers.

CINNOX is the total Experience platform that elevates customer and staff experiences with innovative omnichannel engagement and actionable insights. With M800's propriety infrastructure and globally distributed network as its cornerstone, CINNOX offers a complete communications suite seamlessly integrated with any company's communication ecosystems, allowing businesses to achieve scalability in an evolving technological landscape.

The CINNOX platform comes with the following unified components:
- Visitor Web Client for client-side website integration and communication
- Staff Web Dashboard for enterprise-side communication
- Staff Mobile App for enterprise-side communication                    

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

ชื่อ CINNOX Extension CINNOX Extension
ID obbcnibdgkffcadgdhfmclldghkochfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cinnox-extension/obbcnibdgkffcadgdhfmclldghkochfh
คำอธิบาย CINNOX Browser Extension for Call and SMS
ขนาดไฟล์ 3.66 MB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 0.1.23
อัปเดตครั้งล่าสุด 2023-11-03
วันที่เผยแพร่ 2023-04-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา CINNOX
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cinnox.com
URL หน้าช่วยเหลือ https://docs.cinnox.com
URL หน้านโยบายความเป็นส่วนตัว https://docs.cinnox.com/docs/privacy-policy
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_appDesc__",
    "version": "0.1.23",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuv9H+7s95Qry+gohXQmsGHUb02pVLkxxB0KLAyoIksmzQecVYIdBSiGfPWzPFI9Yr1aVew1obUrtIWJoWNoGB0u5DcMzcKWm+VhN8VJ3G\/V5Et1TMesSdZUrlZ8m32BE6sWTF38G70tzI6\/lio\/lEyH06hw0u89KQHDV1yr+0B5WbrNYCOD8AEl9D\/s\/N3Vp10kUXvDRmIz42sKm8n46Wpu9HGwfHgmHgkBQXfiCfFWbuC0H\/RQMrBtLalp\/KeOS87KQuGcIvQoh7AUo415FJUISI7dZNrbQQiczSCjBWwMk5xyVeOaGxJbXpTYR4X9IH8Z\/5kLhvi9Bs9bSE9u45wIDAQAB",
    "oauth2": {
        "client_id": "690203238770-75ck8tsp1n6pt38gpioioi30600fd5v2.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "login.html",
        "default_icon": "assets\/img\/icon-34-g.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "contextMenus",
        "identity",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "34": "assets\/img\/icon-34.png",
        "128": "assets\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/customerNoteDemo.html"
            ],
            "exclude_matches": [
                "https:\/\/*.cinnox.com\/*",
                "https:\/\/*.cinnox.cn\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "assets\/img\/icon-128.png",
                "assets\/img\/icon-34.png",
                "assets\/img\/icon-16.png",
                "assets\/*",
                "messages\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}