Responsive® LookUp for Chrome
——Access your Responsive Answer Library from Google Chrome——
Responsive® LookUp for Chrome란 무엇입니까?
Responsive® LookUp for Chrome은(는) https://responsive.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "——Access your Responsive Answer Library from Google Chrome——"입니다.
확장 프로그램 스크린샷
Responsive® LookUp for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unlike other tools that are built to handle parts of knowledge management or the content lifecycle, Responsive® (RFPIO) LookUp is powered by an AI-enabled Answer Library that absorbs all of an organization's information and expertise. If your organization uses Responsive, you’ve already curated a vast amount of subject matter expertise into the Responsive Answer Library. The next step is making that knowledge base available to everyone. Responsive® LookUp for Chrome provides the access point that makes it available to customer-facing teams and content creators across the organization, including sales, marketing, support and more. ——Key benefits—— • Consolidate all of an organization’s information and expertise into Responsive AI-enabled Answer Library • Easily access company knowledge from any cloud- or web-based platform, including Gmail, Salesforce, Salesloft, Canva, Zendesk, and more • Quickly respond to online questionnaires
확장 프로그램 기본 정보
이름 | Responsive® LookUp for Chrome |
ID | lnmbffkdpinhcccidngekokeidglicic |
공식 URL | https://chromewebstore.google.com/detail/responsive%C2%AE-lookup-for-ch/lnmbffkdpinhcccidngekokeidglicic |
설명 | ——Access your Responsive Answer Library from Google Chrome—— |
파일 크기 | 157 KB |
설치 횟수 | 12,044 |
현재 버전 | 1.0.35 |
최근 업데이트 | 2023-10-27 |
출시 날짜 | 2020-04-02 |
평점 | 4.79/5 총 38 개의 평점 |
개발자 | https://responsive.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.responsive.io |
도움말 페이지 URL | https://www.responsive.io/contact |
개인정보 보호 정책 페이지 URL | https://www.responsive.io/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Responsive\u00ae LookUp for Chrome", "short_name": "Responsive\u00ae LookUp for Chrome", "version": "1.0.35", "description": "\u2014\u2014Access your Responsive Answer Library from Google Chrome\u2014\u2014", "icons": { "48": "responsive48.png", "128": "responsive128.png" }, "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "https:\/\/dev1.rfpio.com\/*", "https:\/\/app.rfpio.com\/*" ] }, "action": [], "permissions": [ "activeTab", "contextMenus", "storage", "scripting", "tabs" ], "options_ui": { "page": "options.html" }, "web_accessible_resources": [ { "resources": [ "frame.html", "templates\/badge-icons.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |