CINNOX Extension

CINNOX Browser Extension for Call and SMS

Co to jest CINNOX Extension?

CINNOX Extension to rozszerzenie Chrome opracowane przez CINNOX, a jego główną funkcją jest „CINNOX Browser Extension for Call and SMS”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CINNOX Extension

Pobierz pliki rozszerzeń CINNOX Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa CINNOX Extension CINNOX Extension
ID obbcnibdgkffcadgdhfmclldghkochfh
Oficjalny URL https://chromewebstore.google.com/detail/cinnox-extension/obbcnibdgkffcadgdhfmclldghkochfh
Opis CINNOX Browser Extension for Call and SMS
Rozmiar pliku 3.66 MB
Liczba instalacji 103
Aktualna Wersja 0.1.23
Ostatnia Aktualizacja 2023-11-03
Data Publikacji 2023-04-13
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper CINNOX
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.cinnox.com
Adres URL Strony Pomocy https://docs.cinnox.com
Adres URL Strony Polityki Prywatności https://docs.cinnox.com/docs/privacy-policy
Obsługiwane Języki 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:\/\/*\/*",
                ""
            ]
        }
    ]
}