AhgoraVai
Chrome extension that give superpowers to Ahgora's time sheet page
What is AhgoraVai?
AhgoraVai is a Chrome extension developed by Unknown, and its main feature is "Chrome extension that give superpowers to Ahgora's time sheet page".
Extension Screenshots
Download AhgoraVai Extension CRX File
Download AhgoraVai extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | AhgoraVai |
ID | ahindcgfbgeikcmopeoigomngdbngelm |
Official URL | https://chromewebstore.google.com/detail/ahgoravai/ahindcgfbgeikcmopeoigomngdbngelm |
Description | Chrome extension that give superpowers to Ahgora's time sheet page |
File Size | 108 KB |
Installation Count | 25 |
Current Version | 0.4.2 |
Last Updated | 2019-09-20 |
Publish Date | 2019-09-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/vertinha/ahgora-vai |
Help Page URL | https://twitter.com/lekaverta |
Supported Languages | 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" } |