JumpSeat
The enterprise on-screen guidance platform.
Was ist JumpSeat?
JumpSeat ist eine Chrome-Erweiterung, die von https://jumpseat.io entwickelt wurde, und ihr Hauptmerkmal ist "The enterprise on-screen guidance platform.".
Erweiterungsscreenshots
JumpSeat-Erweiterungs-CRX-Datei herunterladen
Laden Sie JumpSeat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
JumpSeat reduces onboarding times, improves training, and eases support by delivering on-screen guidance over your existing enterprise applications. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ndlpojioljoiacimlfdeiedhcpjjdiga |
| Offizielle URL | https://chromewebstore.google.com/detail/jumpseat/ndlpojioljoiacimlfdeiedhcpjjdiga |
| Beschreibung | The enterprise on-screen guidance platform. |
| Dateigröße | 1.4 MB |
| Installationsanzahl | 48,234 |
| Aktuelle Version | 6.0.5 |
| Letztes Update | 2024-01-04 |
| Veröffentlichungsdatum | 2020-07-01 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://jumpseat.io |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://support.jumpseat.io |
| URL der Datenschutzrichtlinien-Seite | https://jumpseat.io/privacy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JumpSeat",
"version": "6.0.5",
"manifest_version": 3,
"author": "JumpSeat, LLC",
"description": "The enterprise on-screen guidance platform.",
"action": {
"browser_style": true,
"default_title": "JumpSeat",
"theme_icons": [
{
"light": "icons\/icon48.png",
"dark": "icons\/icon48.png",
"size": 48
},
{
"light": "icons\/icon32.png",
"dark": "icons\/icon32.png",
"size": 32
},
{
"light": "icons\/icon20.png",
"dark": "icons\/icon20.png",
"size": 20
},
{
"light": "icons\/icon16.png",
"dark": "icons\/icon16.png",
"size": 16
}
],
"default_popup": "popup.html"
},
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"32": "icons\/icon32.png",
"16": "icons\/icon16.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*\/*"
],
"storage": {
"managed_schema": "managed.json"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"match_about_blank": true,
"all_frames": true,
"run_at": "document_end",
"js": [
"jumpseat-extension.js"
],
"css": [
"css\/console.css"
]
}
],
"content_security_policy": {
"script-src": "none",
"object-src": "none"
}
} | |