Crexendo

Integration powered by Crexendo

Apa itu Crexendo?

Crexendo adalah ekstensi Chrome yang dikembangkan oleh Developer, dan fitur utamanya adalah "Integration powered by Crexendo".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Crexendo

Unduh file ekstensi Crexendo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Crexendo's API integration enhances your database experience with screen pops, click to dial and data sharing with the most popular CRM softwares across the globe. Integrations include Salesforce, Zendesk, Connectwise, and more.                    

Informasi Dasar Ekstensi

Nama Crexendo Crexendo
ID lbopglbpiiplemmdoiichjimogmcjogl
URL Resmi https://chromewebstore.google.com/detail/crexendo/lbopglbpiiplemmdoiichjimogmcjogl
Deskripsi Integration powered by Crexendo
Ukuran File 280 KB
Jumlah Instalasi 205
Versi Saat Ini 0.17.10
Terakhir Diperbarui 2023-06-13
Tanggal Publikasi 2021-03-28
Pengembang Developer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.crexendo.com/
URL Halaman Bantuan https://www.crexendo.com/support
URL Halaman Kebijakan Privasi https://www.loupdb.com/privacy-policy
Bahasa yang Didukung en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crexendo",
    "description": "Integration powered by Crexendo",
    "short_name": "Crexendo",
    "version": "0.17.10",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "html\/login.html",
                "html\/dashboard.html"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}