Ahgora Ponto Online

Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.

Ahgora Ponto Online란 무엇입니까?

Ahgora Ponto Online은(는) Ahgora에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Aplicativo para batidas de ponto no sistema Ahgora PontoWeb."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ahgora Ponto Online 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ****Para usar o aplicativo é preciso contratar o PontoWEB da Ahgora****

Sistema para realização de registro de ponto online. Com essa extensão, os colaboradores que tiverem em suas empresas contratado o Ahgora PontoWEB e assim tiverem permissão, podem registrar seu ponto de forma online, através de matrícula e senha.

---

**** To use the app you need to hire PontoWEB from Ahgora ****

System for online punch registration. With this extension, employees who have contracted the Ahgora PontoWEB in their companies and thus have permission, can register their punch online, through registration and password.                    

확장 프로그램 기본 정보

이름 Ahgora Ponto Online Ahgora Ponto Online
ID cicgopfednohhlikjdnnkfgikdplefcp
공식 URL https://chromewebstore.google.com/detail/ahgora-ponto-online/cicgopfednohhlikjdnnkfgikdplefcp
설명 Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.
파일 크기 751 KB
설치 횟수 54,415
현재 버전 1.0.28
최근 업데이트 2024-01-18
출시 날짜 2020-06-16
평점 2.92/5 총 61 개의 평점
개발자 Ahgora
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ahgora.com/produtos/pontoweb/
도움말 페이지 URL https://ahgora.com/suporte-ao-cliente/
개인정보 보호 정책 페이지 URL https://ahgora.com/politica-de-privacidade
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ahgora Ponto Online",
    "version": "1.0.28",
    "manifest_version": 2,
    "description": "Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.",
    "short_name": "Ahgora",
    "homepage_url": "https:\/\/www.ahgora.com.br",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "\/js\/jquery\/jquery.js",
            "\/js\/async\/async.min.js",
            "\/js\/pouchdb\/pouchdb.min.js",
            "\/js\/sentry\/sentry.min.js",
            "\/js\/sentry\/sentry-custom.js",
            "src\/bg\/background.js",
            "src\/bg\/connectionhandler.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Ahgora Ponto Online",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage",
        "https:\/\/[email protected]\/8",
        "https:\/\/*.ahgora.com.br\/batidaonline\/",
        "unlimitedStorage",
        "geolocation",
        "alarms",
        "https:\/\/sentry.ahgora.com.br\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}