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 là gì?

Zoho Desk ASAP Extension là một tiện ích mở rộng Chrome được phát triển bởi https://zoho.com, và tính năng chính của nó là "Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zoho Desk ASAP Extension

Tải xuống các tệp mở rộng Zoho Desk ASAP Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zoho Desk ASAP Extension Zoho Desk ASAP Extension
ID dpmpajcoehngpinlpdomdckhjbhflodh
URL Chính Thức https://chromewebstore.google.com/detail/zoho-desk-asap-extension/dpmpajcoehngpinlpdomdckhjbhflodh
Mô tả Take help articles closer to your site visitors and improve customer support. Note: Works only with Zoho Desk-powered help centers.
Kích Thước Tệp 222 KB
Số Lần Cài Đặt 3,084
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2021-02-26
Ngày Phát Hành 2020-04-12
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://zoho.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.zoho.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}