Naro

Naro - Assistant

Naro क्या है?

Naro engineering द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Naro - Assistant"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Naro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}