Tooltip Editor

Tooltip Editor for Chrome

Tooltip Editor란 무엇입니까?

Tooltip Editor은(는) https://tooltip.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tooltip Editor for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tooltip Editor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tooltip - In-App Messaging Suite for the Web. Quickly create targeted, versatile in-app messaging campaigns to onboard new users, educate customers and run in-product marketing. Without help from developers.                    

확장 프로그램 기본 정보

이름 Tooltip Editor Tooltip Editor
ID kcoiifklhfpfmpllamlgpbjbogafgini
공식 URL https://chromewebstore.google.com/detail/tooltip-editor/kcoiifklhfpfmpllamlgpbjbogafgini
설명 Tooltip Editor for Chrome
파일 크기 4.17 MB
설치 횟수 2,732
현재 버전 4.0.5
최근 업데이트 2022-08-15
출시 날짜 2020-06-22
평점 5.00/5 총 4 개의 평점
개발자 https://tooltip.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tooltip.io
도움말 페이지 URL https://tooltip.customerly.help
개인정보 보호 정책 페이지 URL https://tooltip.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tooltip Editor",
    "description": "Tooltip Editor for Chrome",
    "version": "4.0.5",
    "short_name": "Tooltip Editor",
    "homepage_url": "https:\/\/tooltip.io",
    "browser_action": {
        "default_icon": "static\/icons\/tooltip\/icon128_grey.png",
        "default_title": "Tooltip Editor"
    },
    "web_accessible_resources": [
        "static\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "static\/icons\/tooltip\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "https:\/\/app.tooltip.io\/*",
            "http:\/\/dev.app.local\/*",
            "http:\/\/tooltip-app.mdconpro.com\/*",
            "http:\/\/localhost\/*",
            "https:\/\/tooltip.io\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/app.tooltip.io\/*",
        "http:\/\/dev.app.local\/*",
        "http:\/\/tooltip-app.mdconpro.com\/*",
        "http:\/\/localhost\/*",
        "https:\/\/tooltip.io\/*"
    ]
}