Wonderus

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

Τι είναι το Wonderus;

Το Wonderus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wonderus.app, και η κύρια λειτουργία του είναι "Wonderus helps your team access knowledge where they need it the most.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wonderus

Λήψη αρχείων επέκτασης Wonderus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Wonderus Wonderus
ID edilcchikfplmgfoaekmlaeemedhimpb
Επίσημο URL https://chromewebstore.google.com/detail/wonderus/edilcchikfplmgfoaekmlaeemedhimpb
Περιγραφή Wonderus helps your team access knowledge where they need it the most.
Μέγεθος Αρχείου 258 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2019-06-01
Ημερομηνία Δημοσίευσης 2019-05-27
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://wonderus.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://wonderus.app/privacy
Υποστηριζόμενες Γλώσσες 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'"
}