Tooltip Editor

Tooltip Editor for Chrome

What is Tooltip Editor?

Tooltip Editor is a Chrome extension developed by https://tooltip.io, and its main feature is "Tooltip Editor for Chrome".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tooltip Editor Extension CRX File

Download Tooltip Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tooltip Editor Tooltip Editor
ID kcoiifklhfpfmpllamlgpbjbogafgini
Official URL https://chromewebstore.google.com/detail/tooltip-editor/kcoiifklhfpfmpllamlgpbjbogafgini
Description Tooltip Editor for Chrome
File Size 4.17 MB
Installation Count 2,732
Current Version 4.0.5
Last Updated 2022-08-15
Publish Date 2020-06-22
Rating 5.00/5 Total 4 Ratings
Developer https://tooltip.io
Email [email protected]
Payment Type free
Extension Website https://tooltip.io
Help Page URL https://tooltip.customerly.help
Privacy Policy Page URL https://tooltip.io/privacy
Supported Languages 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\/*"
    ]
}