Meu RH - Hora de sair

Chegou a hora de sair

Что такое Meu RH - Hora de sair?

Meu RH - Hora de sair - это расширение Chrome, разработанное Ivanilso Soares, и его основная функция - "Chegou a hora de sair".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Meu RH - Hora de sair

Скачайте файлы расширений Meu RH - Hora de sair в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Meu RH - Hora de sair Meu RH - Hora de sair
ID nghijainhmpdnegphfpkgmmfjcpgbfbp
Официальный URL https://chromewebstore.google.com/detail/meu-rh-hora-de-sair/nghijainhmpdnegphfpkgmmfjcpgbfbp
Описание Chegou a hora de sair
Размер файла 138 KB
Количество установок 141
Текущая Версия 1.2
Последнее Обновление 2023-07-07
Дата публикации 2023-06-03
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Ivanilso Soares
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}