Wonderus
Wonderus helps your team access knowledge where they need it the most.
Was ist Wonderus?
Wonderus ist eine Chrome-Erweiterung, die von https://wonderus.app entwickelt wurde, und ihr Hauptmerkmal ist "Wonderus helps your team access knowledge where they need it the most.".
Erweiterungsscreenshots
Wonderus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wonderus-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
Create a knowledge base of terms and acronyms for your team, and make it available to them everywhere on the web. With a shared knowledge base accessible from a Chrome extension, your new employees and busy managers will be able to get up to speed faster. If you encounter an unfamiliar term, just highlight the text and the Wonderus Chrome Extension will provide an answer from your knowledge base. Wonderus is also available online and on Slack.
Grundlegende Informationen zur Erweiterung
Name | Wonderus |
ID | edilcchikfplmgfoaekmlaeemedhimpb |
Offizielle URL | https://chromewebstore.google.com/detail/wonderus/edilcchikfplmgfoaekmlaeemedhimpb |
Beschreibung | Wonderus helps your team access knowledge where they need it the most. |
Dateigröße | 258 KB |
Installationsanzahl | 22 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-06-01 |
Veröffentlichungsdatum | 2019-05-27 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://wonderus.app |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://wonderus.app/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wonderus", "version": "1.1", "description": "Wonderus helps your team access knowledge where they need it the most.", "manifest_version": 2, "browser_action": [], "icons": { "16": "img\/logo\/16x16.png", "32": "img\/logo\/32x32.png", "48": "img\/logo\/48x48.png", "128": "img\/logo\/128x128.png" }, "permissions": [ "https:\/\/*.wonderus.app\/", "activeTab", "storage" ], "background": { "scripts": [ "js\/axios.min.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |