Jimo
Build Jimo pokes and tours while on your website.
What is Jimo?
Jimo is a Chrome extension developed by Jimo, and its main feature is "Build Jimo pokes and tours while on your website.".
Extension Screenshots
Download Jimo Extension CRX File
Download Jimo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Jimo |
ID | koipflmbgiibbkcfccgpocdgifapofje |
Official URL | https://chromewebstore.google.com/detail/jimo/koipflmbgiibbkcfccgpocdgifapofje |
Description | Build Jimo pokes and tours while on your website. |
File Size | 621 KB |
Installation Count | 263 |
Current Version | 1.00.31 |
Last Updated | 2024-02-21 |
Publish Date | 2023-03-19 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Jimo |
[email protected] | |
Payment Type | free |
Extension Website | https://www.usejimo.com |
Privacy Policy Page URL | https://www.usejimo.com/privacy |
Supported Languages | 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" ] } |