Userpilot
Build contextual experiences on top of your product.
什么是Userpilot?
Userpilot是由https://userpilot.com开发的Chrome扩展程序,该扩展的主要功能是“Build contextual experiences on top of your product.”。
扩展截图
下载Userpilot扩展crx文件
下载Userpilot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Userpilot helps product & customer success teams increase product adoption through action-triggered in-app Experiences. Code-Free.
Privacy Policy
https://userpilot.com/privacy-policy/ 扩展基本信息
| 名称 | |
| ID | ecmjjdafjebhegfhjincbdhgfonpibfm |
| 官方URL | https://chromewebstore.google.com/detail/userpilot/ecmjjdafjebhegfhjincbdhgfonpibfm |
| 简介 | Build contextual experiences on top of your product. |
| 文件大小 | 4.22 MB |
| 安装次数 | 8,388 |
| 当前版本 | 1.0.5.8 |
| 更新时间 | 2024-03-03 |
| 上架时间 | 2020-06-04 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | https://userpilot.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://userpilot.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Userpilot",
"description": "Build contextual experiences on top of your product.",
"version": "1.0.5.8",
"browser_action": {
"default_icon": "icons_prod\/icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"externally_connectable": {
"matches": [
"*:\/\/app.userpilot.io\/*",
"*:\/\/staging.userpilot.io\/*",
"*:\/\/*.userpilot.io\/*"
]
},
"web_accessible_resources": [
"src\/*"
],
"content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com object-src 'self';",
"permissions": [
"contextMenus",
"activeTab"
],
"optional_permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"http:\/\/localhost\/*"
],
"icons": {
"16": "icons_prod\/icon16.png",
"128": "icons_prod\/icon128.png"
}
} | |