CINNOX Extension

CINNOX Browser Extension for Call and SMS

CINNOX Extensionとは何ですか?

CINNOX ExtensionはCINNOXによって開発されたChromeの拡張機能で、その主な機能は「CINNOX Browser Extension for Call and SMS」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

CINNOX Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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:\/\/*\/*",
                ""
            ]
        }
    ]
}