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.
Zoho Desk ASAP Extensionとは何ですか?
Zoho Desk ASAP Extensionはhttps://zoho.comによって開発されたChromeの拡張機能で、その主な機能は「Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.」です。
拡張機能のスクリーンショット
Zoho Desk ASAP Extension拡張機能のCRXファイルをダウンロード
Zoho Desk ASAP Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Zoho Desk ASAP Extension |
ID | dpmpajcoehngpinlpdomdckhjbhflodh |
公式URL | https://chromewebstore.google.com/detail/zoho-desk-asap-extension/dpmpajcoehngpinlpdomdckhjbhflodh |
説明 | Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers. |
ファイルサイズ | 222 KB |
インストール数 | 3,084 |
現在のバージョン | 2.0.5 |
最終更新日 | 2021-02-26 |
公開日 | 2020-04-12 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | https://zoho.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.zoho.com/privacy.html |
対応言語 | 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" ] } ] } |