AhgoraVai
Chrome extension that give superpowers to Ahgora's time sheet page
Apa itu AhgoraVai?
AhgoraVai adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Chrome extension that give superpowers to Ahgora's time sheet page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AhgoraVai
Unduh file ekstensi AhgoraVai dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | AhgoraVai |
ID | ahindcgfbgeikcmopeoigomngdbngelm |
URL Resmi | https://chromewebstore.google.com/detail/ahgoravai/ahindcgfbgeikcmopeoigomngdbngelm |
Deskripsi | Chrome extension that give superpowers to Ahgora's time sheet page |
Ukuran File | 108 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 0.4.2 |
Terakhir Diperbarui | 2019-09-20 |
Tanggal Publikasi | 2019-09-20 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/vertinha/ahgora-vai |
URL Halaman Bantuan | https://twitter.com/lekaverta |
Bahasa yang Didukung | 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" } |