Guru

Your team’s collective knowledge and process documentation, everywhere you need it.

Guru là gì?

Guru là một tiện ích mở rộng Chrome được phát triển bởi https://getguru.com, và tính năng chính của nó là "Your team’s collective knowledge and process documentation, everywhere you need it.".

Ả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 Guru

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

                        Guru is a company wiki that works in your workflow, so the information you need is always at your fingertips.

With Guru’s Google Chrome extension, your team can create, share, access, and update information right in the context of their existing workflow. Guru brings relevant knowledge to the places you're already working, like Asana, Salesforce, Hubspot, and any browser-based app in your toolkit, eliminating context switching and keeping your team connected, confident, and engaged. 

Whether you’re looking for a corporate wiki to store process documentation, product information, policies, and standard operating procedures (SOPs), or you want to streamline internal communications to onboard new team members faster and drive exceptional employee engagement, Guru seamlessly saves teams time and prevents interruptions. Guru is an internal knowledge base tool with free templates for every team to help jumpstart your productivity.
 
How Guru works with Google Chrome: 

The Guru browser extension brings information from your company’s knowledge bases directly into the web-based applications your teams use to do their jobs, making the company wiki available at the click of a button. The extension allows users to access and update information in real-time, reducing the time spent searching for information and helping them do their best work. Share product information, streamline internal communication, and onboard employees faster than ever with Guru.

Key features of Guru’s Chrome extension:
- Intuitive search lets people find what they need, just in time and in context
- Deliver knowledge in-workflow with contextual prompts to check out team information based on website content your team is viewing 
- Easily request information directly from subject matter experts
Quickly capture important information, verify it, and store it in Guru

About Guru: 

Guru is a company wiki that works in your workflow, so the information you need to do your job is always at your fingertips. Rated as one of G2’s Top 50 Products for Remote Work, our knowledge management software integrates with the everyday tools you love and works in the browser, Slack and Microsoft Teams, and in our web app. To learn more and get started for free, visit our pricing page: https://www.getguru.com/pricing                    

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

Tên Guru Guru
ID mklbhckkgddhlcdagmobdmnadpjokkkn
URL Chính Thức https://chromewebstore.google.com/detail/guru/mklbhckkgddhlcdagmobdmnadpjokkkn
Mô tả Your team’s collective knowledge and process documentation, everywhere you need it.
Kích Thước Tệp 10.04 MB
Số Lần Cài Đặt 118,425
Phiên Bản Hiện Tại 2.106.4674
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2020-07-02
Đánh Giá 4.10/5 Tổng số 41 Đánh Giá
Nhà Phát Triển https://getguru.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getguru.com
URL Trang Chính Sách Bảo Mật https://www.getguru.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "Your team\u2019s collective knowledge and process documentation, everywhere you need it.",
    "version": "2.106.4674",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "common\/images\/icons\/logo\/g-icon-16.png",
        "48": "common\/images\/icons\/logo\/g-icon-48.png",
        "128": "common\/images\/icons\/logo\/g-icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "common\/images\/icons\/logo\/guru-chrome19.png",
            "38": "common\/images\/icons\/logo\/guru-chrome38.png"
        },
        "default_title": "Guru"
    },
    "background": {
        "service_worker": "background.js"
    },
    "name": "Guru",
    "content_scripts": [
        {
            "js": [
                "topFrameOnlyEntry.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "allFramesEntry.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "alarms",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}