WebSmart Unify
WebSmart Unify for ZOHO
WebSmart Unify란 무엇입니까?
WebSmart Unify은(는) Marvel Decker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebSmart Unify for ZOHO"입니다.
확장 프로그램 스크린샷
WebSmart Unify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unify brings you the integration of cloud telephony and your CRM to your web-browser. Here are few of the features you can enjoy - 1. No need to keep yourself logged in on your CRM Portal and your VoIP Phone Portal 2. Caller ID details are fetched from the CRM 3. You can store call details/ call logs with custom notes, straight from Unify 4. You can initiate call 5. You can view logs related to the caller/called person So no more need to keep several windows open. You can also save lots of time by avoiding those multiple clicks and data entry. Whats more, we are constantly working on creating new features for you. In case you have questions - please contact us at [email protected] [ZOHO is a trademark of its respective company]
확장 프로그램 기본 정보
이름 | WebSmart Unify |
ID | ejdpnphpmfajkbdbmekgcnofpecgolhc |
공식 URL | https://chromewebstore.google.com/detail/websmart-unify/ejdpnphpmfajkbdbmekgcnofpecgolhc |
설명 | WebSmart Unify for ZOHO |
파일 크기 | 286 KB |
설치 횟수 | 11 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2014-11-19 |
출시 날짜 | 2014-11-19 |
개발자 | Marvel Decker |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://youtu.be/mY3aH6e_h9o |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebSmart Unify", "short_name": "Unify", "description": "WebSmart Unify for ZOHO", "version": "1.0.1", "permissions": [ "activeTab", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "32": "images\/wsunify32.png", "48": "images\/wsunify48.png", "64": "images\/wsunify64.png", "128": "images\/wsunify128.png" }, "background": { "scripts": [ "scripts\/jquery.min.js", "background.js", "customOnButtonClick.js" ] }, "browser_action": { "default_icon": "images\/wsunify32.png", "default_title": "WebSmart Unify" }, "web_accessible_resources": [ "images\/phone-call.png", "styles\/main.css" ], "externally_connectable": { "matches": [ "*:\/\/*.webapp.com\/*", "*:\/\/*.websmart.marveldecker.com\/*" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/websmart.marveldecker.com https:\/\/ajax.googleapis.com; https:\/\/local.webapp.com; object-src 'self'; connect-src 'self'; ", "manifest_version": 2 } |