Elevio Chrome Extension
Get instant access to your team's product knowledge, wherever you need it
Τι είναι το Elevio Chrome Extension;
Το Elevio Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://elev.io, και η κύρια λειτουργία του είναι "Get instant access to your team's product knowledge, wherever you need it".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Elevio Chrome Extension
Λήψη αρχείων επέκτασης Elevio Chrome Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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…
Βασικές Πληροφορίες Επέκτασης
Όνομα | Elevio Chrome Extension |
ID | pblmcgjnafoofnkhkejhigamjfkbcbgk |
Επίσημο URL | https://chromewebstore.google.com/detail/elevio-chrome-extension/pblmcgjnafoofnkhkejhigamjfkbcbgk |
Περιγραφή | Get instant access to your team's product knowledge, wherever you need it |
Μέγεθος Αρχείου | 1.1 MB |
Αριθμός Εγκαταστάσεων | 535 |
Τρέχουσα Έκδοση | 1.0.8 |
Τελευταία Ενημέρωση | 2024-01-10 |
Ημερομηνία Δημοσίευσης | 2020-05-16 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://elev.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://elev.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://docs.elevio.help/en/articles/81806 |
URL της Σελίδας Πολιτικής Απορρήτου | https://elev.io/legal/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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": [ " |