Wonderus

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

Wonderusとは何ですか?

Wonderusはhttps://wonderus.appによって開発されたChromeの拡張機能で、その主な機能は「Wonderus helps your team access knowledge where they need it the most.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Wonderus拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}