Jimo
Build Jimo pokes and tours while on your website.
Τι είναι το Jimo;
Το Jimo είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jimo, και η κύρια λειτουργία του είναι "Build Jimo pokes and tours while on your website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Jimo
Λήψη αρχείων επέκτασης 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" ] } |