Pontomais em tempo real

Jornada de trabalho em tempo real (app2.pontomais.com.br)

What is Pontomais em tempo real?

Pontomais em tempo real is a Chrome extension developed by Rodolfo Patané, and its main feature is "Jornada de trabalho em tempo real (app2.pontomais.com.br)".

Extension Screenshots

screenshot

Download Pontomais em tempo real Extension CRX File

Download Pontomais em tempo real extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adiciona componente na página app2.pontomais.com.br/meu-perfil com tempo total de trabalho, caso o ponto esteja aberto mostra em tempo real o tempo trabalhado.                    

Extension Basic Information

Name Pontomais em tempo real Pontomais em tempo real
ID ojolcplonpjmkkhoodafolfdhmebbalk
Official URL https://chromewebstore.google.com/detail/pontomais-em-tempo-real/ojolcplonpjmkkhoodafolfdhmebbalk
Description Jornada de trabalho em tempo real (app2.pontomais.com.br)
File Size 17.35 KB
Installation Count 65
Current Version 0.0.1
Last Updated 2022-06-13
Publish Date 2022-06-13
Developer Rodolfo Patané
Email [email protected]
Payment Type free
Privacy Policy Page URL https://patane.dev/privacy-policy.html
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pontomais em tempo real",
    "description": "Jornada de trabalho em tempo real (app2.pontomais.com.br)",
    "version": "0.0.1",
    "icons": {
        "128": "clock.png"
    },
    "permissions": [
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app2.pontomais.com.br\/"
    ],
    "background": {
        "service_worker": "background.js"
    }
}