Pontomais em tempo real
Jornada de trabalho em tempo real (app2.pontomais.com.br)
什么是Pontomais em tempo real?
Pontomais em tempo real是由Rodolfo Patané开发的Chrome扩展程序,该扩展的主要功能是“Jornada de trabalho em tempo real (app2.pontomais.com.br)”。
扩展截图
下载Pontomais em tempo real扩展crx文件
下载Pontomais em tempo real扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adiciona componente na página app2.pontomais.com.br/meu-perfil com tempo total de trabalho, caso o ponto esteja aberto mostra em tempo real o tempo trabalhado.
扩展基本信息
名称 | Pontomais em tempo real |
ID | ojolcplonpjmkkhoodafolfdhmebbalk |
官方URL | https://chromewebstore.google.com/detail/pontomais-em-tempo-real/ojolcplonpjmkkhoodafolfdhmebbalk |
简介 | Jornada de trabalho em tempo real (app2.pontomais.com.br) |
文件大小 | 17.35 KB |
安装次数 | 65 |
当前版本 | 0.0.1 |
更新时间 | 2022-06-13 |
上架时间 | 2022-06-13 |
开发者 | Rodolfo Patané |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://patane.dev/privacy-policy.html |
支持的语言 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pontomais em tempo real", "description": "Jornada de trabalho em tempo real (app2.pontomais.com.br)", "version": "0.0.1", "icons": { "128": "clock.png" }, "permissions": [ "webNavigation", "scripting" ], "host_permissions": [ "https:\/\/app2.pontomais.com.br\/" ], "background": { "service_worker": "background.js" } } |