Accion Check-In/Out
To help employees to easily check-in and check-out from attendance.
Accion Check-In/Out란 무엇입니까?
Accion Check-In/Out은(는) https://www.accionlabs.com/에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To help employees to easily check-in and check-out from attendance."입니다.
확장 프로그램 스크린샷
Accion Check-In/Out 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Accion Check-In/Out extension will help accion employees to check-in and check-out easily from attendance within minimum clicks. Will help employees from missing the attendance. Very useful tool for employees working from home. 확장 프로그램 기본 정보
| 이름 | |
| ID | plhbeifhfbfbmkdcgjnfabemdbejemee |
| 공식 URL | https://chromewebstore.google.com/detail/accion-check-inout/plhbeifhfbfbmkdcgjnfabemdbejemee |
| 설명 | To help employees to easily check-in and check-out from attendance. |
| 파일 크기 | 715 KB |
| 설치 횟수 | 198 |
| 현재 버전 | 1.0.3 |
| 최근 업데이트 | 2023-07-01 |
| 출시 날짜 | 2020-06-28 |
| 평점 | 5.00/5 총 5 개의 평점 |
| 개발자 | https://www.accionlabs.com/ |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Accion Check-In\/Out",
"version": "1.0.3",
"manifest_version": 2,
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo128.png"
},
"description": "To help employees to easily check-in and check-out from attendance.",
"browser_action": {
"default_icon": "logo.png",
"default_title": "Ease your Check In and Check Out",
"default_popup": "index.html"
},
"permissions": [
"identity",
"identity.email",
"storage",
"https:\/\/accounts.google.com\/*",
"https:\/\/www.googleapis.com\/*"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqcQdqNRV0qESVjCTQ1ZjIGLDXq9NQihur6\/9a+Mjff7U74gpAJs1Jwq1twhAob9TioODd0LFe5SrytGIzGSHJ7fxTmu6\/v9lcjgL6Zlo3auRr86aYXSJJ0K1pFjUFdkz6aD5RlYCDzmHXU5RKd43poAo0XlLFkW7bFCm3wzOSQmF6\/qUR7KOQlTnZ8bZ0bKs4HPEQ7EA\/GL13bVz3J2yJuRfc6qX76xqzl48vAieqCbHgHnczRF+gOqt8MTj7l7X+1xsLCMM0BbuehP8PEbAEDlm2QO42tkC4ZAOLokoz1Rm4MocEZ863WmeHcFgLzChw6O1s4hr1RcEcUYinH3m0QIDAQAB",
"oauth2": {
"client_id": "48020008429-jk0kct61pih9iegi940t8ibrj1a93060.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_security_policy": "script-src 'self' 'sha256-lFULgMqRI9qoz3sT+XrknvSTHo1H55l0t7NWk\/tSAf8='; object-src 'self'"
} | |