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
官方網址 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'"
}