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
擴展基本資訊
名稱 | AhgoraVai |
ID | ahindcgfbgeikcmopeoigomngdbngelm |
官方網址 | 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" } |