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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}