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.

What is Zoho Desk ASAP Extension?

Zoho Desk ASAP Extension is a Chrome extension developed by https://zoho.com, and its main feature is "Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Zoho Desk ASAP Extension Extension CRX File

Download Zoho Desk ASAP Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Zoho Desk ASAP Extension Zoho Desk ASAP Extension
ID dpmpajcoehngpinlpdomdckhjbhflodh
Official URL 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.
File Size 222 KB
Installation Count 3,084
Current Version 2.0.5
Last Updated 2021-02-26
Publish Date 2020-04-12
Rating 4.00/5 Total 4 Ratings
Developer https://zoho.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.zoho.com/privacy.html
Supported Languages 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"
            ]
        }
    ]
}