AhgoraVai
Chrome extension that give superpowers to Ahgora's time sheet page
AhgoraVaiคืออะไร?
AhgoraVai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Chrome extension that give superpowers to Ahgora's time sheet page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AhgoraVai
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |