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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Zoho Desk ASAP Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
            ]
        }
    ]
}