Naro
Naro - Assistant
Naro란 무엇입니까?
Naro은(는) engineering에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Naro - Assistant"입니다.
확장 프로그램 스크린샷
Naro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } ] } |