AhgoraVai
Chrome extension that give superpowers to Ahgora's time sheet page
Wat is AhgoraVai?
AhgoraVai is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Chrome extension that give superpowers to Ahgora's time sheet page".
Extensie Screenshots
Download het CRX-bestand van de extensie AhgoraVai
Download AhgoraVai-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ahindcgfbgeikcmopeoigomngdbngelm |
| Officiële URL | https://chromewebstore.google.com/detail/ahgoravai/ahindcgfbgeikcmopeoigomngdbngelm |
| Beschrijving | Chrome extension that give superpowers to Ahgora's time sheet page |
| Bestandsgrootte | 108 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 0.4.2 |
| Laatst Bijgewerkt | 2019-09-20 |
| Publicatiedatum | 2019-09-20 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/vertinha/ahgora-vai |
| Help Pagina-URL | https://twitter.com/lekaverta |
| Ondersteunde Talen | 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"
} | |