AhgoraVai

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

AhgoraVai là gì?

AhgoraVai là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Chrome extension that give superpowers to Ahgora's time sheet page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AhgoraVai

Tải xuống các tệp mở rộng AhgoraVai dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AhgoraVai AhgoraVai
ID ahindcgfbgeikcmopeoigomngdbngelm
URL Chính Thức https://chromewebstore.google.com/detail/ahgoravai/ahindcgfbgeikcmopeoigomngdbngelm
Mô tả Chrome extension that give superpowers to Ahgora's time sheet page
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2019-09-20
Ngày Phát Hành 2019-09-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vertinha/ahgora-vai
URL Trang Trợ Giúp https://twitter.com/lekaverta
Ngôn Ngữ Được Hỗ Trợ 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"
}