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"
} | |