Naro

Naro - Assistant

Naroคืออะไร?

Naro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย engineering และคุณลักษณะหลักของมันคือ "Naro - Assistant"

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

screenshot

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

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

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

                        Naro is an always-on sales knowledge assistant that helps sellers organize and surface the right content and knowledge in every customer interaction -- email, in meetings, demos, and beyond. We work right alongside the apps you use today (Gmail, Gong, Zoom, etc.) and pull in data from your CRM (Salesforce, Hubspot) and LinkedIn. We remove the need to search by unifying everything a seller might need (from slides to snippets) so teams can trust everything they need is in one platform.                    

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

ชื่อ Naro Naro
ID nbbpignfbfknigiafgacjnlbddfhlcjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/naro/nbbpignfbfknigiafgacjnlbddfhlcjn
คำอธิบาย Naro - Assistant
ขนาดไฟล์ 416 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.1.11
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2023-09-28
ผู้พัฒนา engineering
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://narohq.com
URL หน้านโยบายความเป็นส่วนตัว https://www.narohq.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.11.0",
    "version_name": "0.1.11",
    "name": "Naro",
    "description": "Naro - Assistant",
    "action": {
        "default_title": "Open Naro"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "host_permissions": [
        "https:\/\/naro-staging.vercel.app\/*",
        "https:\/\/app.narohq.com\/*",
        "https:\/\/lvh.me:8080\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.main.tsx.js"
            ],
            "matches": [
                "https:\/\/naro-staging.vercel.app\/*",
                "https:\/\/app.narohq.com\/*",
                "https:\/\/lvh.me:8080\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/lvh.me\/*",
            "*:\/\/naro-staging.vercel.app\/*",
            "*:\/\/app.narohq.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/app.narohq.com\/*",
                "https:\/\/lvh.me:8080\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/naro-staging.vercel.app\/*"
            ],
            "resources": [
                "assets\/main.tsx.js"
            ],
            "use_dynamic_url": true
        }
    ]
}