Easy Pontotel

Marcação de ponto simples e eficiente.

Easy Pontotel là gì?

Easy Pontotel là một tiện ích mở rộng Chrome được phát triển bởi xStrato, và tính năng chính của nó là "Marcação de ponto simples e eficiente.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easy Pontotel

Tải xuống các tệp mở rộng Easy Pontotel 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

                        Faça sua marcação de ponto de forma simplificada e eficiente. Tenha acesso aos seus pontos atuais e ao histórico do último mês.

**Compatível com a plataforma da "Pontotel" apenas.                    

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

Tên Easy Pontotel Easy Pontotel
ID hkgmhgdhfjkpejghanpdnfodnaefnjlg
URL Chính Thức https://chromewebstore.google.com/detail/easy-pontotel/hkgmhgdhfjkpejghanpdnfodnaefnjlg
Mô tả Marcação de ponto simples e eficiente.
Kích Thước Tệp 28.79 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2021-08-03
Ngày Phát Hành 2021-05-21
Nhà Phát Triển xStrato
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/xStrato
URL Trang Trợ Giúp https://github.com/xStrato
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Pontotel",
    "description": "Marca\u00e7\u00e3o de ponto simples e eficiente.",
    "version": "2.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "static\/media\/icon_16.png",
        "32": "static\/media\/icon_32.png",
        "48": "static\/media\/icon_48.png",
        "128": "static\/media\/icon_128.png"
    },
    "background": {
        "scripts": [
            "api\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Easy Pontotel",
        "default_popup": "static\/html\/popup.html",
        "default_icon": "static\/media\/icon.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "*:\/\/*.pontotel.com.br\/*",
        "*:\/\/ipapi.co\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "api\/content.js"
            ],
            "matches": [
                "*:\/\/*.pontotel.com.br\/*"
            ],
            "run_at": "document_start"
        }
    ]
}