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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get instant access to your team's product knowledge, wherever you need it"입니다.
확장 프로그램 스크린샷
Elevio Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ " |