NorthShore.ai

Manage knowledge from anywhere!

NorthShore.aiคืออะไร?

NorthShore.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NorthShore.ai และคุณลักษณะหลักของมันคือ "Manage knowledge from anywhere!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NorthShore.ai

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

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

                        Scale knowledge via your team's social connections. Bring trust back to information you need to do your job.

NorthShore.ai is a knowledge management system for scaled organizations. Discover knowledge you care about through your team's social connections. Stay in the loop without unwanted notifications. We help you shape the habit of keeping key information maintained and up-to-date. With our flexible tagging system, build a customized new employee onboarding list in minutes. Bring these capabilities to your existing knowledge bases like Notion and Confluence out of the box without lengthy migrations. 

Access knowledge you need from any web application via this Chrome extension.    

Ready to get started? Add us to your Slack or Microsoft Teams workspace https://app.northshore.ai/signup

Common Uses:

- Enterprise-wide knowledge management
- Capture and access knowledge directly in Slack
- Powerful, connected sticky notes shared by your team
- Product and service support + sales enablement                    

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

ชื่อ NorthShore.ai NorthShore.ai
ID gmojdkggdcljigonfjpmeahdedcfdnen
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/northshoreai/gmojdkggdcljigonfjpmeahdedcfdnen
คำอธิบาย Manage knowledge from anywhere!
ขนาดไฟล์ 482 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0.36
อัปเดตครั้งล่าสุด 2021-08-10
วันที่เผยแพร่ 2021-02-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา NorthShore.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://northshore.ai
URL หน้านโยบายความเป็นส่วนตัว https://www.northshore.ai/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NorthShore.ai",
    "description": "Manage knowledge from anywhere!",
    "version": "1.0.36",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "background": {
        "scripts": [
            "js\/ns-background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "icon192.png"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png",
        "192": "icon192.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/ns-content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "webNavigation"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{3f357143-d64e-4378-b498-3cf46902d0e9}"
        }
    }
}