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.
Co to jest Zoho Desk ASAP Extension?
Zoho Desk ASAP Extension to rozszerzenie Chrome opracowane przez https://zoho.com, a jego główną funkcją jest „Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Zoho Desk ASAP Extension
Pobierz pliki rozszerzeń Zoho Desk ASAP Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Zoho Desk ASAP Extension |
ID | dpmpajcoehngpinlpdomdckhjbhflodh |
Oficjalny URL | https://chromewebstore.google.com/detail/zoho-desk-asap-extension/dpmpajcoehngpinlpdomdckhjbhflodh |
Opis | Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers. |
Rozmiar pliku | 222 KB |
Liczba instalacji | 3,084 |
Aktualna Wersja | 2.0.5 |
Ostatnia Aktualizacja | 2021-02-26 |
Data Publikacji | 2020-04-12 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | https://zoho.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.zoho.com/privacy.html |
Obsługiwane Języki | 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" ] } ] } |