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.
Wat is Zoho Desk ASAP Extension?
Zoho Desk ASAP Extension is een Chrome-extensie ontwikkeld door https://zoho.com, en de belangrijkste functie is "Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Zoho Desk ASAP Extension
Download Zoho Desk ASAP Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Zoho Desk ASAP Extension |
ID | dpmpajcoehngpinlpdomdckhjbhflodh |
Officiële URL | https://chromewebstore.google.com/detail/zoho-desk-asap-extension/dpmpajcoehngpinlpdomdckhjbhflodh |
Beschrijving | Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers. |
Bestandsgrootte | 222 KB |
Aantal Installaties | 3,084 |
Huidige Versie | 2.0.5 |
Laatst Bijgewerkt | 2021-02-26 |
Publicatiedatum | 2020-04-12 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://zoho.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.zoho.com/privacy.html |
Ondersteunde Talen | 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" ] } ] } |