Naro
Naro - Assistant
什么是Naro?
Naro是由engineering开发的Chrome扩展程序,该扩展的主要功能是“Naro - Assistant”。
扩展截图
下载Naro扩展crx文件
下载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 |
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 } ] } |