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文件

下载Ahgora Ponto Online扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ****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'"
}