BoostHQ

A browser assistant that helps you find and share links that you and your team finds important.

BoostHQ là gì?

BoostHQ là một tiện ích mở rộng Chrome được phát triển bởi https://boosthq.io, và tính năng chính của nó là "A browser assistant that helps you find and share links that you and your team finds important.".

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

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

Tải xuống các tệp mở rộng BoostHQ 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

                        BoostHQ for Chrome is a complimentary tool for the BoostHQ web and iOS apps. It allows you to share web content easily from your browser straight to your BoostHQ channels. 

BoostHQ is the free smart library that crowdsources your team’s learning content and makes it accessible on-demand. It allows members to contribute files, links and thoughts, and organizes them into easy to browse channels.
Useful content is no longer lost in an endless stream of emails and messages; with BoostHQ, everything a team shares is automatically indexed in topic specific channels and made available exactly when it's needed.  

BoostHQ becomes your informal learning repository allowing team members to learn as they grow.
Whether it’s a link from the web, a file from Dropbox, a video from YouTube, or something else, Boost channels give your team a place to discuss and learn from this content.

Feedback and real-time discussions centered around content let everyone know what is most useful and relevant. Boost keeps track of the discussions users care about and makes them searchable and available.

Boost your team’s productivity.                    

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

Tên BoostHQ BoostHQ
ID dijlicncieoncdhkemmhpcpclbladdlh
URL Chính Thức https://chromewebstore.google.com/detail/boosthq/dijlicncieoncdhkemmhpcpclbladdlh
Mô tả A browser assistant that helps you find and share links that you and your team finds important.
Kích Thước Tệp 1.55 MB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.3.9
Cập Nhật Lần Cuối 2022-07-06
Ngày Phát Hành 2019-08-23
Đánh Giá 4.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://boosthq.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://skyprep.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BoostHQ",
    "description": "A browser assistant that helps you find and share links that you and your team finds important.",
    "version": "1.3.9",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "assets\/images\/boost-icon-128.png"
    },
    "icons": {
        "16": "assets\/images\/boost-chrome-icon-16.png",
        "48": "assets\/images\/boost-chrome-icon-48.png",
        "128": "assets\/images\/boost-icon-128.png"
    },
    "web_accessible_resources": [
        "assets\/images\/*",
        "assets\/fonts\/*",
        "extension\/iframes\/*",
        "assets\/svgs\/*",
        "extension\/templates\/*",
        "extension\/stylesheets\/css\/popup.css"
    ],
    "background": {
        "scripts": [
            "assets\/javascript\/sha256.js",
            "assets\/javascript\/jquery-2.1.4.min.js",
            "assets\/javascript\/moment.min.js",
            "assets\/javascript\/lodash.min.js",
            "assets\/javascript\/filepicker-2.1.3.min.js",
            "assets\/javascript\/sweetalert.min.js",
            "assets\/javascript\/uri.min.js",
            "extension\/javascript\/services\/iframe-helper.js",
            "extension\/javascript\/services\/tab-helper.js",
            "extension\/javascript\/services\/helper.js",
            "extension\/javascript\/services\/storage.js",
            "extension\/javascript\/services\/messenger.js",
            "extension\/javascript\/services\/api.js",
            "extension\/javascript\/services\/tab-manager.js",
            "extension\/javascript\/services\/screenshot.js",
            "extension\/javascript\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "assets\/javascript\/jquery-2.1.4.min.js",
                "assets\/javascript\/vue.min.js",
                "assets\/javascript\/moment.min.js",
                "assets\/javascript\/lodash.min.js",
                "assets\/javascript\/slick.min.js",
                "assets\/javascript\/sweetalert.min.js",
                "extension\/javascript\/services\/helper.js",
                "extension\/javascript\/services\/messenger.js",
                "extension\/javascript\/services\/screenshot.js",
                "extension\/javascript\/services\/view-helper.js",
                "extension\/javascript\/services\/template.js",
                "extension\/javascript\/services\/sfce-comment-factory.js",
                "extension\/javascript\/services\/onboarding.js",
                "extension\/javascript\/content.js"
            ],
            "css": [
                "assets\/stylesheets\/animate.css",
                "assets\/stylesheets\/slick.css",
                "assets\/stylesheets\/slick-theme.css",
                "assets\/stylesheets\/sweetalert.css",
                "extension\/stylesheets\/css\/main.css",
                "extension\/stylesheets\/content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ]
}