Naro
Naro - Assistant
Naro là gì?
Naro là một tiện ích mở rộng Chrome được phát triển bởi engineering, và tính năng chính của nó là "Naro - Assistant".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Naro
Tải xuống các tệp mở rộng Naro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Naro |
ID | nbbpignfbfknigiafgacjnlbddfhlcjn |
URL Chính Thức | https://chromewebstore.google.com/detail/naro/nbbpignfbfknigiafgacjnlbddfhlcjn |
Mô tả | Naro - Assistant |
Kích Thước Tệp | 416 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 0.1.11 |
Cập Nhật Lần Cuối | 2024-02-27 |
Ngày Phát Hành | 2023-09-28 |
Nhà Phát Triển | engineering |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://narohq.com |
URL Trang Chính Sách Bảo Mật | https://www.narohq.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |