Ahgora Timesheet
Utilize o Ahgora Timesheet para registrar o tempo dedicado às atividades e saber a rentabilidade por atividade.
什么是Ahgora Timesheet?
Ahgora Timesheet是由Ahgora开发的Chrome扩展程序,该扩展的主要功能是“Utilize o Ahgora Timesheet para registrar o tempo dedicado às atividades e saber a rentabilidade por atividade.”。
扩展截图
下载Ahgora Timesheet扩展crx文件
下载Ahgora Timesheet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Registre as atividades realizadas. Qualifique o esforço dedicado. Identifique a rentabilidade por atividade. **Para usar o plugin, é preciso contratar o Ahgora Timesheet. Entre em contato pelo link: https://www.ahgora.com.br/hcm/contato/.**
扩展基本信息
名称 | Ahgora Timesheet |
ID | mgikdaioikdoaahclejlcmaggjpoogen |
官方URL | https://chromewebstore.google.com/detail/ahgora-timesheet/mgikdaioikdoaahclejlcmaggjpoogen |
简介 | Utilize o Ahgora Timesheet para registrar o tempo dedicado às atividades e saber a rentabilidade por atividade. |
文件大小 | 575 KB |
安装次数 | 218 |
当前版本 | 0.0.602 |
更新时间 | 2022-07-03 |
上架时间 | 2020-04-20 |
评分 | 5.00/5 共3次评分 |
开发者 | Ahgora |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.ahgora.com.br/ |
帮助页面URL | https://www.ahgora.com.br/hcm/contato/ |
隐私政策页面URL | https://ahgora.com/politica-de-privacidade |
支持的语言 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ahgora Timesheet", "version": "0.0.602", "description": "Utilize o Ahgora Timesheet para registrar o tempo dedicado \u00e0s atividades e saber a rentabilidade por atividade.", "homepage_url": "https:\/\/www.ahgora.com.br\/", "icons": { "32": "assets\/icons\/favicon-32x32.png", "48": "assets\/icons\/favicon-48x48.png", "64": "assets\/icons\/favicon-64x64.png", "128": "assets\/icons\/favicon-128x128.png" }, "permissions": [ "geolocation" ], "host_permissions": [ "https:\/\/*.ahgoradev.com.br\/*", "https:\/\/*.ahgora.com.br\/*" ], "content_scripts": [], "action": { "default_icon": { "32": "assets\/icons\/favicon-32x32.png" }, "default_popup": "\/index.html" } } |