Meu RH - Hora de sair

Chegou a hora de sair

What is Meu RH - Hora de sair?

Meu RH - Hora de sair is a Chrome extension developed by Ivanilso Soares, and its main feature is "Chegou a hora de sair".

Extension Screenshots

screenshot

Download Meu RH - Hora de sair Extension CRX File

Download Meu RH - Hora de sair 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

                        Veja o horário que você pode sair no Meu RH e sua hora extra.

Exibe seu horário de saída no Meu RH e a quantidade do hora extra.

Esta extensão não é oficial.                    

Extension Basic Information

Name Meu RH - Hora de sair Meu RH - Hora de sair
ID nghijainhmpdnegphfpkgmmfjcpgbfbp
Official URL https://chromewebstore.google.com/detail/meu-rh-hora-de-sair/nghijainhmpdnegphfpkgmmfjcpgbfbp
Description Chegou a hora de sair
File Size 138 KB
Installation Count 141
Current Version 1.2
Last Updated 2023-07-07
Publish Date 2023-06-03
Rating 5.00/5 Total 3 Ratings
Developer Ivanilso Soares
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meu RH - Hora de sair",
    "description": "Chegou a hora de sair",
    "version": "1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "loading.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/institutoatlantico148513.rm.cloudtotvs.com.br\/FrameHTML\/web\/app\/RH\/PortalMeuRH\/#\/timesheet\/clockings"
            ],
            "js": [
                "moment.js",
                "scripts.js"
            ]
        }
    ]
}