Jimo
Build Jimo pokes and tours while on your website.
Qu'est-ce que Jimo ?
Jimo est une extension Chrome développée par Jimo, et sa fonction principale est "Build Jimo pokes and tours while on your website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jimo
Téléchargez les fichiers d'extension Jimo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Jimo |
ID | koipflmbgiibbkcfccgpocdgifapofje |
URL Officiel | https://chromewebstore.google.com/detail/jimo/koipflmbgiibbkcfccgpocdgifapofje |
Description | Build Jimo pokes and tours while on your website. |
Taille du Fichier | 621 KB |
Nombre d'Installations | 263 |
Version Actuelle | 1.00.31 |
Dernière Mise à Jour | 2024-02-21 |
Date de Publication | 2023-03-19 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Jimo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.usejimo.com |
URL de la Page de Politique de Confidentialité | https://www.usejimo.com/privacy |
Langues Prises en Charge | 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" ] } |