AhgoraVai
Chrome extension that give superpowers to Ahgora's time sheet page
什么是AhgoraVai?
AhgoraVai是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension that give superpowers to Ahgora's time sheet page”。
扩展截图
下载AhgoraVai扩展crx文件
下载AhgoraVai扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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 |
| 帮助页面URL | 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"
} | |