MintLike - User Onboarding
Affordable No-Code product tour builder for web applications.
什么是MintLike - User Onboarding?
MintLike - User Onboarding是由https://mintlike.app开发的Chrome扩展程序,该扩展的主要功能是“Affordable No-Code product tour builder for web applications.”。
扩展截图
下载MintLike - User Onboarding扩展crx文件
下载MintLike - User Onboarding扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Visual editor for build user onboarding guides.
Install the editor for create, edit and publish guides into your web application. 扩展基本信息
| 名称 | |
| ID | enobpkjobkhndlbdhjcndnpmoakgbhlb |
| 官方URL | https://chromewebstore.google.com/detail/mintlike-user-onboarding/enobpkjobkhndlbdhjcndnpmoakgbhlb |
| 简介 | Affordable No-Code product tour builder for web applications. |
| 文件大小 | 356 KB |
| 安装次数 | 44 |
| 当前版本 | 2.0.10 |
| 更新时间 | 2023-06-22 |
| 上架时间 | 2021-11-03 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://mintlike.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://mintlike.app?ref=chrome-ext |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"version": "2.0.10",
"icons": {
"128": "assets\/icon_128.png"
},
"default_locale": "en",
"description": "__MSG_appDescription__",
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_title": "__MSG_appName__"
},
"background": {
"service_worker": "dist\/background.js"
},
"content_scripts": [
{
"js": [
"dist\/content.js"
],
"css": [
"editor\/main.css"
],
"matches": [
" | |