AhgoraVai

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

AhgoraVai क्या है?

AhgoraVai Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that give superpowers to Ahgora's time sheet page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AhgoraVai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम AhgoraVai AhgoraVai
ID ahindcgfbgeikcmopeoigomngdbngelm
आधिकारिक URL https://chromewebstore.google.com/detail/ahgoravai/ahindcgfbgeikcmopeoigomngdbngelm
विवरण Chrome extension that give superpowers to Ahgora's time sheet page
फ़ाइल का आकार 108 KB
स्थापना संख्या 25
वर्तमान संस्करण 0.4.2
अंतिम अपडेट 2019-09-20
प्रकाशन तिथि 2019-09-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/vertinha/ahgora-vai
सहायता पृष्ठ URL https://twitter.com/lekaverta
समर्थित भाषाएँ 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"
}