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文件
下载Responsive® LookUp for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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:\/\/*\/*" ] } ] } |