CINNOX Extension

CINNOX Browser Extension for Call and SMS

Hvad er CINNOX Extension?

CINNOX Extension er en Chrome-udvidelse udviklet af CINNOX, og dens hovedfunktion er "CINNOX Browser Extension for Call and SMS".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download CINNOX Extension-udvidelses-CRX-fil

Download CINNOX Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn CINNOX Extension CINNOX Extension
ID obbcnibdgkffcadgdhfmclldghkochfh
Officiel URL https://chromewebstore.google.com/detail/cinnox-extension/obbcnibdgkffcadgdhfmclldghkochfh
Beskrivelse CINNOX Browser Extension for Call and SMS
Filstørrelse 3.66 MB
Antal Installationer 103
Nuværende Version 0.1.23
Senest Opdateret 2023-11-03
Udgivelsesdato 2023-04-13
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler CINNOX
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.cinnox.com
Hjælpeside-URL https://docs.cinnox.com
URL til Fortrolighedspolitik Side https://docs.cinnox.com/docs/privacy-policy
Understøttede Sprog 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:\/\/*\/*",
                ""
            ]
        }
    ]
}