Wonderus

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

Wonderus là gì?

Wonderus là một tiện ích mở rộng Chrome được phát triển bởi https://wonderus.app, và tính năng chính của nó là "Wonderus helps your team access knowledge where they need it the most.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wonderus

Tải xuống các tệp mở rộng Wonderus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wonderus Wonderus
ID edilcchikfplmgfoaekmlaeemedhimpb
URL Chính Thức https://chromewebstore.google.com/detail/wonderus/edilcchikfplmgfoaekmlaeemedhimpb
Mô tả Wonderus helps your team access knowledge where they need it the most.
Kích Thước Tệp 258 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-06-01
Ngày Phát Hành 2019-05-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://wonderus.app
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://wonderus.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}