Tooltip Editor
Tooltip Editor for Chrome
什么是Tooltip Editor?
Tooltip Editor是由https://tooltip.io开发的Chrome扩展程序,该扩展的主要功能是“Tooltip Editor for Chrome”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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\/*"
]
} | |