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ファイルをダウンロード

Tooltip Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}