Responsive® LookUp for Chrome
——Access your Responsive Answer Library from Google Chrome——
Responsive® LookUp for Chrome क्या है?
Responsive® LookUp for Chrome https://responsive.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "——Access your Responsive Answer Library from Google Chrome——"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Responsive® LookUp for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*" ] } ] } |