AhgoraVai

Chrome extension that give superpowers to Ahgora's time sheet page

Qu'est-ce que AhgoraVai ?

AhgoraVai est une extension Chrome développée par Unknown, et sa fonction principale est "Chrome extension that give superpowers to Ahgora's time sheet page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AhgoraVai

Téléchargez les fichiers d'extension AhgoraVai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Adiciona informações relevantes (ou não) no Ahgora. 

- Mostra hora que finaliza carga horária de 08:48 e quanto ficaria devendo se saisse AGORA
- Adiciona em SALDO as horas que ainda não foram aprovadas após justificar                    

Informations de Base sur l'Extension

Nom AhgoraVai AhgoraVai
ID ahindcgfbgeikcmopeoigomngdbngelm
URL Officiel https://chromewebstore.google.com/detail/ahgoravai/ahindcgfbgeikcmopeoigomngdbngelm
Description Chrome extension that give superpowers to Ahgora's time sheet page
Taille du Fichier 108 KB
Nombre d'Installations 25
Version Actuelle 0.4.2
Dernière Mise à Jour 2019-09-20
Date de Publication 2019-09-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/vertinha/ahgora-vai
URL de la Page d'Aide https://twitter.com/lekaverta
Langues Prises en Charge pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AhgoraVai",
    "version": "0.4.2",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "page_action": {
        "default_icon": {
            "19": "icon-19.png"
        },
        "default_title": "AhgoraVai"
    },
    "permissions": [
        "https:\/\/www.ahgora.com.br\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "index.bundle.js"
            ],
            "matches": [
                "https:\/\/www.ahgora.com.br\/externo\/batidas"
            ]
        }
    ],
    "description": "Chrome extension that give superpowers to Ahgora's time sheet page"
}