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 |
Eメール | [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:\/\/*\/*" ] } ] } |