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