Whisbi Share a web page
Whisbi Share a web page extension for Google Chrome
Whisbi Share a web page란 무엇입니까?
Whisbi Share a web page은(는) https://www.whisbi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Whisbi Share a web page extension for Google Chrome"입니다.
확장 프로그램 스크린샷
Whisbi Share a web page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We provide agents with easy-to-use sales tools to qualify leads and convert those leads into customers. The video-sharing tools in the Agent Desktop instantly create memorable experiences for your customers and is proven to increase the likelihood of a purchase. The extension will allow the agent to share a webpage with users that are in a session using Whisbi.
확장 프로그램 기본 정보
이름 | Whisbi Share a web page |
ID | abacndahndhfclcaodbdahioohfimfln |
공식 URL | https://chromewebstore.google.com/detail/whisbi-share-a-web-page/abacndahndhfclcaodbdahioohfimfln |
설명 | Whisbi Share a web page extension for Google Chrome |
파일 크기 | 383 KB |
설치 횟수 | 252 |
현재 버전 | 1.7 |
최근 업데이트 | 2021-06-15 |
출시 날짜 | 2016-04-25 |
개발자 | https://www.whisbi.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.whisbi.com |
도움말 페이지 URL | https://www.helpcenter.whisbi.com |
개인정보 보호 정책 페이지 URL | https://www.whisbi.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whisbi Share a web page", "version": "1.7", "manifest_version": 2, "description": "Whisbi Share a web page extension for Google Chrome", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "js\/lib\/angular.min.js", "js\/app\/components\/background.js", "js\/app\/components\/backgroundFactory.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/whisbi.png", "default_popup": "popup.html", "default_title": "Whisbi" }, "content_scripts": [ { "js": [ "js\/lib\/jquery-1.8.2.min.js", "js\/app\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.whisbi.com\/*" ] }, "minimum_chrome_version": "18", "permissions": [ " |