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.

Cos'è Zoho Desk ASAP Extension?

Zoho Desk ASAP Extension è un'estensione di Chrome sviluppata da https://zoho.com, e la sua funzione principale è "Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Zoho Desk ASAP Extension

Scarica i file di estensione Zoho Desk ASAP Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Zoho Desk ASAP Extension Zoho Desk ASAP Extension
ID dpmpajcoehngpinlpdomdckhjbhflodh
URL Ufficiale https://chromewebstore.google.com/detail/zoho-desk-asap-extension/dpmpajcoehngpinlpdomdckhjbhflodh
Descrizione Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.
Dimensione del File 222 KB
Conteggio Installazioni 3,084
Versione Corrente 2.0.5
Ultimo Aggiornamento 2021-02-26
Data di Pubblicazione 2020-04-12
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://zoho.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.zoho.com/privacy.html
Lingue Supportate 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"
            ]
        }
    ]
}