Pontomais em tempo real

Jornada de trabalho em tempo real (app2.pontomais.com.br)

Pontomais em tempo real là gì?

Pontomais em tempo real là một tiện ích mở rộng Chrome được phát triển bởi Rodolfo Patané, và tính năng chính của nó là "Jornada de trabalho em tempo real (app2.pontomais.com.br)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pontomais em tempo real

Tải xuống các tệp mở rộng Pontomais em tempo real dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pontomais em tempo real Pontomais em tempo real
ID ojolcplonpjmkkhoodafolfdhmebbalk
URL Chính Thức https://chromewebstore.google.com/detail/pontomais-em-tempo-real/ojolcplonpjmkkhoodafolfdhmebbalk
Mô tả Jornada de trabalho em tempo real (app2.pontomais.com.br)
Kích Thước Tệp 17.35 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-06-13
Ngày Phát Hành 2022-06-13
Nhà Phát Triển Rodolfo Patané
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://patane.dev/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}