Navo

Save time and work smarter with Navo. Keep your navigation with you as you work through the day.

Navoคืออะไร?

Navo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getnavo.com และคุณลักษณะหลักของมันคือ "Save time and work smarter with Navo. Keep your navigation with you as you work through the day."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        NOTE - Navo requires an active subscription to use.

----

Navo provides a fast, reliable way to access your company's tools and information. Administrators can manage and instantly publish bookmarks for the entire organization so that your teams are always connected to the right resources. 

The Navo chrome extension let's you keep Navo at your fingertips, giving you quick access to all your governed bookmarks anytime you need them.

• Access Navo from any page, at any time.
• Type "n" in the address bar and press tab to instantly start searching Navo for faster navigation.
• Connects to the same navigation you use in SharePoint or Teams.
• Easy, drag-and-drop customization and management to ensure a consistent navigation experience for the whole team through the admin center.
• Reign in 'shadow IT' and give your team fast, consistent and reliable navigation with Navo.                    

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

ชื่อ Navo Navo
ID klfklledbbmcbjmllbengoleedoepoof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/navo/klfklledbbmcbjmllbengoleedoepoof
คำอธิบาย Save time and work smarter with Navo. Keep your navigation with you as you work through the day.
ขนาดไฟล์ 2.04 MB
จำนวนการติดตั้ง 260
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2020-10-21
วันที่เผยแพร่ 2020-06-23
คะแนน 5.00/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://getnavo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getnavo.com
URL หน้านโยบายความเป็นส่วนตัว https://getnavo.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Navo",
    "version": "1.0.11",
    "description": "Save time and work smarter with Navo. Keep your navigation with you as you work through the day.",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/login.microsoftonline.com\/common\/oauth2\/authorize",
        "identity"
    ],
    "omnibox": {
        "keyword": "n"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/LightModeActive.png"
        }
    },
    "icons": {
        "32": "images\/LightModeActive.png",
        "48": "images\/LightModeActive.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "fonts\/*\/*.woff2",
        "fonts\/*\/*.woff",
        "fonts\/*\/*.ttf",
        "fonts\/*\/*.eot",
        "css\/*.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtSe7NQynqgeNAqJJUa+R5q2vTpbn+6zX3DTtIoi+1hpVtCQ7oSEb69lmGMbOAxYt+8F7260IccOGcaWTNnC9tfhB0ntrKcAbBQMhgF9prugaYGaBGBYXcEKR3wFseCJ4p3XW\/1YlpUgxK1a37\/anUsd9EoQCSpyMHjgdWBE09V0veKWgiWaYg\/PHGFjBgBkfCh6HA435ELrcEYcUPynMKWQHhr8cyMayT20dfQp3rNIfI\/mXey6vsmPAn6LMz1kaZngO5kobCnpH1q9VaTlVenSfx0ST4fIfVgMb9eYEZdHOxbOV3XGCiWHMq3Dwzot9HChmRi6fycacR0059kdgWQIDAQAB"
}