Microsoft Search

A secure and easy way to access workplace search with Microsoft Search - find information at work like people,files,sites and more

Microsoft Searchคืออะไร?

Microsoft Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Microsoft Corporation และคุณลักษณะหลักของมันคือ "A secure and easy way to access workplace search with Microsoft Search - find information at work like people,files,sites and more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Microsoft Search

ดาวน์โหลดไฟล์ส่วนขยาย Microsoft Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Now there's a secure, easy way to search work and find the info you need faster. Here are just some of the things you can find when you use the Microsoft Search extension:
 
• People: connect with co-workers, see who they report to, what they’ve worked on recently, and more
• Files: get quick access to your recent files and see what others have shared with you
• Sites: find SharePoint sites and other internal pages you have access to
• Org charts: explore the relationships between teams and connect with people faster
• Answers: get links to popular resources and find answers to common work questions
• Acronyms: get definitions for acronyms and abbreviations used across your organization
• Conversations: find info shared in your private chats and see what others are saying in public conversations
• Calendars: view your schedule for the day and see which meetings you have in common with co-workers
 
When you search, you'll only see results from your organization that you can access. Also, none of the internal info or results are available to the public or other organizations, including Microsoft. To help protect you and your work info, sign in to the extension with the same work account you use for Outlook, SharePoint, or other Office apps.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Microsoft Search Microsoft Search
ID fahnnnailfccbjpdjeafekniiaflekca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/microsoft-search/fahnnnailfccbjpdjeafekniiaflekca
คำอธิบาย A secure and easy way to access workplace search with Microsoft Search - find information at work like people,files,sites and more
ขนาดไฟล์ 3.74 MB
จำนวนการติดตั้ง 5,754
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2023-02-07
วันที่เผยแพร่ 2021-11-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Microsoft Corporation
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://go.microsoft.com/fwlink?LinkId=521839
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Microsoft Search",
    "description": "A secure and easy way to access workplace search with Microsoft Search - find information at work like people,files,sites and more",
    "version": "0.1.4",
    "author": "Microsoft",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon\/icon16.png",
            "48": "images\/icon\/icon48.png",
            "128": "images\/icon\/icon128.png"
        }
    },
    "background": {
        "service_worker": "js\/chromesw.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "icons": {
        "16": "images\/icon\/icon16.png",
        "48": "images\/icon\/icon48.png",
        "128": "images\/icon\/icon128.png"
    },
    "permissions": [
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.bing.com\/*",
        "https:\/\/*.microsoft.com\/*",
        "https:\/\/*.microsoftonline.com\/*"
    ]
}