Elevio Chrome Extension

Get instant access to your team's product knowledge, wherever you need it

Elevio Chrome Extension क्या है?

Elevio Chrome Extension https://elev.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get instant access to your team's product knowledge, wherever you need it"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Elevio Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/logo-16x16.png",
        "48": "assets\/logo-48x48.png",
        "128": "assets\/logo-128x128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Shift+Ctrl+E"
            }
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "identity"
    ],
    "web_accessible_resources": [
        "embeddedScript.js",
        "clearElev.js",
        "installationDetector.js"
    ]
}