Ahgora Ponto Online

Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.

Wat is Ahgora Ponto Online?

Ahgora Ponto Online is een Chrome-extensie ontwikkeld door Ahgora, en de belangrijkste functie is "Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ahgora Ponto Online

Download Ahgora Ponto Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Ahgora Ponto Online Ahgora Ponto Online
ID cicgopfednohhlikjdnnkfgikdplefcp
Officiële URL https://chromewebstore.google.com/detail/ahgora-ponto-online/cicgopfednohhlikjdnnkfgikdplefcp
Beschrijving Aplicativo para batidas de ponto no sistema Ahgora PontoWeb.
Bestandsgrootte 751 KB
Aantal Installaties 54,415
Huidige Versie 1.0.28
Laatst Bijgewerkt 2024-01-18
Publicatiedatum 2020-06-16
Beoordeling 2.92/5 Totaal 61 Beoordelingen
Ontwikkelaar Ahgora
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ahgora.com/produtos/pontoweb/
Help Pagina-URL https://ahgora.com/suporte-ao-cliente/
URL van de Privacybeleid Pagina https://ahgora.com/politica-de-privacidade
Ondersteunde Talen 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'"
}