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.
Was ist Zoho Desk ASAP Extension?
Zoho Desk ASAP Extension ist eine Chrome-Erweiterung, die von https://zoho.com entwickelt wurde, und ihr Hauptmerkmal ist "Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.".
Erweiterungsscreenshots
Zoho Desk ASAP Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zoho Desk ASAP Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dpmpajcoehngpinlpdomdckhjbhflodh |
| Offizielle URL | https://chromewebstore.google.com/detail/zoho-desk-asap-extension/dpmpajcoehngpinlpdomdckhjbhflodh |
| Beschreibung | Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers. |
| Dateigröße | 222 KB |
| Installationsanzahl | 3,084 |
| Aktuelle Version | 2.0.5 |
| Letztes Update | 2021-02-26 |
| Veröffentlichungsdatum | 2020-04-12 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://zoho.com |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.zoho.com/privacy.html |
| Unterstützte Sprachen | 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"
]
}
]
} | |