Elevio Chrome Extension
Get instant access to your team's product knowledge, wherever you need it
Vad är Elevio Chrome Extension?
Elevio Chrome Extension är en Chrome-tillägg utvecklad av https://elev.io, och dess huvudfunktion är "Get instant access to your team's product knowledge, wherever you need it".
Tilläggsskärmbilder
Ladda ner Elevio Chrome Extension-förlängningens CRX-fil
Ladda ner Elevio Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Elevio makes it easy to capture product knowledge from your team, and deliver it to your customers. Deflect incoming tickets and reduce support loads with increased productivity for both your staff and your customers. Quick access to Product Knowledge Use this plugin to quickly search your product knowledge, copying help content & Knowledge Base links. Create new articles where you have gaps, no matter where you are on the web. Preview the Elevio Assistant Anywhere With a single click, you can preview the Elevio Assistant on your site. No need to install anything. This makes it super easy to get started. More to come…
Grundläggande Information om Tillägg
Namn | Elevio Chrome Extension |
ID | pblmcgjnafoofnkhkejhigamjfkbcbgk |
Officiell webbadress | https://chromewebstore.google.com/detail/elevio-chrome-extension/pblmcgjnafoofnkhkejhigamjfkbcbgk |
Beskrivning | Get instant access to your team's product knowledge, wherever you need it |
Filstorlek | 1.1 MB |
Antal Installationer | 535 |
Aktuell Version | 1.0.8 |
Senast Uppdaterad | 2024-01-10 |
Publiceringsdatum | 2020-05-16 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://elev.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://elev.io |
Hjälpsida URL | https://docs.elevio.help/en/articles/81806 |
URL till Sekretesspolicy Sidan | https://elev.io/legal/privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Get instant access to your team's product knowledge, wherever you need it", "version": "1.0.8", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "name": "Elevio Chrome Extension", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "index.html", "default_title": "Elevio" }, "content_scripts": [ { "matches": [ " |