Ahgora Ponto Online

Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.

Was ist Ahgora Ponto Online?

Ahgora Ponto Online ist eine Chrome-Erweiterung, die von Ahgora entwickelt wurde, und ihr Hauptmerkmal ist "Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Ahgora Ponto Online-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ahgora Ponto Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ****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.                    

Grundlegende Informationen zur Erweiterung

Name Ahgora Ponto Online Ahgora Ponto Online
ID cicgopfednohhlikjdnnkfgikdplefcp
Offizielle URL https://chromewebstore.google.com/detail/ahgora-ponto-online/cicgopfednohhlikjdnnkfgikdplefcp
Beschreibung Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.
Dateigröße 751 KB
Installationsanzahl 54,415
Aktuelle Version 1.0.28
Letztes Update 2024-01-18
Veröffentlichungsdatum 2020-06-16
Bewertung 2.92/5 Insgesamt 61 Bewertungen
Entwickler Ahgora
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ahgora.com/produtos/pontoweb/
Hilfeseite URL https://ahgora.com/suporte-ao-cliente/
URL der Datenschutzrichtlinien-Seite https://ahgora.com/politica-de-privacidade
Unterstützte Sprachen 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'"
}