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 |
| Eメール | [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"
}
} | |