Jimo
Build Jimo pokes and tours while on your website.
什么是Jimo?
Jimo是由Jimo开发的Chrome扩展程序,该扩展的主要功能是“Build Jimo pokes and tours while on your website.”。
扩展截图
下载Jimo扩展crx文件
下载Jimo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Build Jimo tours and pokes while on your website. Install the Jimo Extension to create, edit, and publish tours and pokes into your product, as well review the ones you already created on top of your application.
扩展基本信息
名称 | Jimo |
ID | koipflmbgiibbkcfccgpocdgifapofje |
官方URL | https://chromewebstore.google.com/detail/jimo/koipflmbgiibbkcfccgpocdgifapofje |
简介 | Build Jimo pokes and tours while on your website. |
文件大小 | 621 KB |
安装次数 | 263 |
当前版本 | 1.00.31 |
更新时间 | 2024-02-21 |
上架时间 | 2023-03-19 |
评分 | 5.00/5 共4次评分 |
开发者 | Jimo |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.usejimo.com |
隐私政策页面URL | https://www.usejimo.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Jimo", "description": "Build Jimo pokes and tours while on your website.", "version": "1.00.31", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "externally_connectable": { "matches": [ "https:\/\/i.usejimo.com\/*", "https:\/\/testing.i.usejimo.com\/*", "http:\/\/localhost:3001\/*" ] }, "permissions": [ "tabs", "scripting", "storage" ] } |