Zoho Desk ASAP Extension

Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.

Apa itu Zoho Desk ASAP Extension?

Zoho Desk ASAP Extension adalah ekstensi Chrome yang dikembangkan oleh https://zoho.com, dan fitur utamanya adalah "Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Zoho Desk ASAP Extension

Unduh file ekstensi Zoho Desk ASAP Extension 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

                        Highlights:

• Create tooltips that provide supporting information on your website.
• Link tooltips to relevant help articles in your knowledge base.
• Customize the appearance and behavior of tooltips, as required.
• Create page/product walk-through guides by sequencing tooltips. 
• Take a step closer to making self-service available to your customers.                    

Informasi Dasar Ekstensi

Nama Zoho Desk ASAP Extension Zoho Desk ASAP Extension
ID dpmpajcoehngpinlpdomdckhjbhflodh
URL Resmi https://chromewebstore.google.com/detail/zoho-desk-asap-extension/dpmpajcoehngpinlpdomdckhjbhflodh
Deskripsi Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.
Ukuran File 222 KB
Jumlah Instalasi 3,084
Versi Saat Ini 2.0.5
Terakhir Diperbarui 2021-02-26
Tanggal Publikasi 2020-04-12
Penilaian 4.00/5 Total 4 Penilaian
Pengembang https://zoho.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.zoho.com/privacy.html
Bahasa yang Didukung en
manifest.json
{
    "name": "Zoho Desk ASAP Extension",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.",
    "version": "2.0.5",
    "icons": {
        "16": ".\/src\/image\/Tooltip_disble_icon.png",
        "48": ".\/src\/image\/Tooltip_disble_icon.png",
        "128": ".\/src\/image\/Tooltip_disble_icon.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            ".\/src\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Zoho Desk ASAP Extension"
    },
    "content_scripts": [
        {
            "css": [
                ".\/src\/css\/outerStyles.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/src\/js\/content.js",
                ".\/src\/js\/editorFiles\/ZohoDeskEditor.js"
            ]
        }
    ]
}