ContactOn
ContactOn Sign-in
ContactOn란 무엇입니까?
ContactOn은(는) Opennetworks (Pty) Ltd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ContactOn Sign-in"입니다.
확장 프로그램 스크린샷
ContactOn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
In the constant rush of today, we are making tasks simpler and faster for you. Now you can further integrate ContactOn and Google Workspace to access information directly from your Google Workspace Mail. Once this Chrome Extension is installed you will find the "On" icon has appeared at the top of your Mail, Drive, Calendar and Document home screens. Clicking this icon will direct you to your ContactOn sign in page. If you are already signed into your Google Workspace account you will be automatically signed into ContactOn. If your mail was open before you installed this extension, simply refresh your mail screen to activate the extension. If you don't have a ContactOn account, feel free to give our sales team a shout.
확장 프로그램 기본 정보
이름 | |
ID | hmnpphonokhahpamocdfnieffiaimmen |
공식 URL | https://chrome.google.com/webstore/detail/contacton/hmnpphonokhahpamocdfnieffiaimmen |
설명 | ContactOn Sign-in |
파일 크기 | 7.66 KB |
설치 횟수 | 351 |
현재 버전 | 6.4.0 |
최근 업데이트 | 2020-12-17 |
출시 날짜 | 2019-05-02 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | Opennetworks (Pty) Ltd |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.contacton.com |
도움말 페이지 URL | https://www.contacton.com |
개인정보 보호 정책 페이지 URL | https://contacton.com/docs/privacy.html |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ContactOn", "version": "6.4.0", "homepage_url": "https:\/\/www.contacton.com", "description": "ContactOn Sign-in", "icons": { "128": "chromeextensionicon-01.png" }, "permissions": [ "*:\/\/*.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/drive.google.com\/*", "*:\/\/docs.google.com\/*", "*:\/\/calendar.google.com\/*", "*:\/\/sites.google.com\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "*.svg" ] } |