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.

Qu'est-ce que Zoho Desk ASAP Extension ?

Zoho Desk ASAP Extension est une extension Chrome développée par https://zoho.com, et sa fonction principale est "Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zoho Desk ASAP Extension

Téléchargez les fichiers d'extension Zoho Desk ASAP Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Zoho Desk ASAP Extension Zoho Desk ASAP Extension
ID dpmpajcoehngpinlpdomdckhjbhflodh
URL Officiel https://chromewebstore.google.com/detail/zoho-desk-asap-extension/dpmpajcoehngpinlpdomdckhjbhflodh
Description Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.
Taille du Fichier 222 KB
Nombre d'Installations 3,084
Version Actuelle 2.0.5
Dernière Mise à Jour 2021-02-26
Date de Publication 2020-04-12
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://zoho.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.zoho.com/privacy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}