Responsive® LookUp for Chrome
——Access your Responsive Answer Library from Google Chrome——
Was ist Responsive® LookUp for Chrome?
Responsive® LookUp for Chrome ist eine Chrome-Erweiterung, die von https://responsive.io entwickelt wurde, und ihr Hauptmerkmal ist "——Access your Responsive Answer Library from Google Chrome——".
Erweiterungsscreenshots
Responsive® LookUp for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Responsive® LookUp for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lnmbffkdpinhcccidngekokeidglicic |
| Offizielle URL | https://chromewebstore.google.com/detail/responsive%C2%AE-lookup-for-ch/lnmbffkdpinhcccidngekokeidglicic |
| Beschreibung | ——Access your Responsive Answer Library from Google Chrome—— |
| Dateigröße | 157 KB |
| Installationsanzahl | 12,044 |
| Aktuelle Version | 1.0.35 |
| Letztes Update | 2023-10-27 |
| Veröffentlichungsdatum | 2020-04-02 |
| Bewertung | 4.79/5 Insgesamt 38 Bewertungen |
| Entwickler | https://responsive.io |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.responsive.io |
| Hilfeseite URL | https://www.responsive.io/contact |
| URL der Datenschutzrichtlinien-Seite | https://www.responsive.io/privacy-policy |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
}
]
} | |