CINNOX Extension

CINNOX Browser Extension for Call and SMS

What is CINNOX Extension?

CINNOX Extension is a Chrome extension developed by CINNOX, and its main feature is "CINNOX Browser Extension for Call and SMS".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CINNOX Extension Extension CRX File

Download CINNOX Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CINNOX Extension CINNOX Extension
ID obbcnibdgkffcadgdhfmclldghkochfh
Official URL https://chromewebstore.google.com/detail/cinnox-extension/obbcnibdgkffcadgdhfmclldghkochfh
Description CINNOX Browser Extension for Call and SMS
File Size 3.66 MB
Installation Count 103
Current Version 0.1.23
Last Updated 2023-11-03
Publish Date 2023-04-13
Rating 5.00/5 Total 3 Ratings
Developer CINNOX
Email [email protected]
Payment Type free
Extension Website https://www.cinnox.com
Help Page URL https://docs.cinnox.com
Privacy Policy Page URL https://docs.cinnox.com/docs/privacy-policy
Supported Languages 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:\/\/*\/*",
                ""
            ]
        }
    ]
}