Wonderus

Wonderus helps your team access knowledge where they need it the most.

What is Wonderus?

Wonderus is a Chrome extension developed by https://wonderus.app, and its main feature is "Wonderus helps your team access knowledge where they need it the most.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Wonderus Extension CRX File

Download Wonderus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wonderus Wonderus
ID edilcchikfplmgfoaekmlaeemedhimpb
Official URL https://chromewebstore.google.com/detail/wonderus/edilcchikfplmgfoaekmlaeemedhimpb
Description Wonderus helps your team access knowledge where they need it the most.
File Size 258 KB
Installation Count 22
Current Version 1.1
Last Updated 2019-06-01
Publish Date 2019-05-27
Rating 5.00/5 Total 2 Ratings
Developer https://wonderus.app
Email [email protected]
Payment Type free
Privacy Policy Page URL https://wonderus.app/privacy
Supported Languages 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": [
                ""
            ],
            "css": [
                "css\/app.css"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/app.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.*",
        "img\/*.*"
    ],
    "content_security_policy": "script-src 'self' 'sha256-4RS22DYeB7U14dra4KcQYxmwt5HkOInieXK1NUMBmQI=' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'"
}