OneLogin for Google Chrome
Single Sign-On for cloud lovers.
OneLogin for Google Chrome란 무엇입니까?
OneLogin for Google Chrome은(는) https://onelogin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Single Sign-On for cloud lovers."입니다.
확장 프로그램 스크린샷
OneLogin for Google Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
OneLogin provides single sign-on and identity management for organizations that embrace cloud computing. Because OneLogin itself is hosted in the cloud, you can get up and running in a matter of minutes. OneLogin is pre-integrated with popular business applications such as Salesforce.com, NetSuite, Google Apps, Zoho, Sugar CRM, GoToMeeting, Yammer as well as personal applications like Facebook and Twitter. Install the extension and signup for free at https://www.onelogin.com
확장 프로그램 기본 정보
이름 | OneLogin for Google Chrome |
ID | ioalpmibngobedobkmbhgmadaphocjdn |
공식 URL | https://chromewebstore.google.com/detail/onelogin-for-google-chrom/ioalpmibngobedobkmbhgmadaphocjdn |
설명 | Single Sign-On for cloud lovers. |
파일 크기 | 5.77 MB |
설치 횟수 | 1,134,369 |
현재 버전 | 3.5.2 |
최근 업데이트 | 2024-02-29 |
출시 날짜 | 2020-07-01 |
평점 | 3.22/5 총 81 개의 평점 |
개발자 | https://onelogin.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.onelogin.com |
도움말 페이지 URL | https://support.onelogin.com |
개인정보 보호 정책 페이지 URL | https://www.onelogin.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneLogin for Google Chrome", "version": "3.5.2", "manifest_version": 2, "description": "Single Sign-On for cloud lovers.", "minimum_chrome_version": "22.0.0.0", "incognito": "split", "icons": { "16": "icons\/normal\/Icon-16.png", "48": "icons\/normal\/Icon-48.png", "128": "icons\/normal\/Icon-128.png" }, "background": { "scripts": [ "background.bundle.js", "integrationTest.bundle.js" ] }, "options_page": "options\/options.html", "options_ui": { "page": "options\/options.html", "chrome_style": true }, "browser_action": { "default_title": "OneLogin for Google Chrome", "default_icon": { "19": "icons\/normal\/Icon-19.png", "38": "icons\/normal\/Icon-38.png" } }, "commands": { "unit_test": { "suggested_key": { "default": "Ctrl+Shift+U", "mac": "Command+Shift+U" }, "description": "Run unit tests" } }, "content_scripts": [ { "js": [ "contentAll.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" }, { "js": [ "contentAllDocStart.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "contentPortal.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "include_globs": [ "http:\/\/localhost:*\/*", "http:\/\/*.onelogin*\/*", "https:\/\/*.onelogin*\/*" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "ui\/saveNewAppDialog.html", "ui\/updateAppDialog.html" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "webRequest", "webRequestBlocking", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "cookies", "webNavigation" ] } |