AhgoraVai

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

ما هو AhgoraVai؟

AhgoraVai هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Chrome extension that give superpowers to Ahgora's time sheet page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AhgoraVai

قم بتنزيل ملفات الامتداد AhgoraVai بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}