Easy Pontotel

Marcação de ponto simples e eficiente.

What is Easy Pontotel?

Easy Pontotel is a Chrome extension developed by xStrato, and its main feature is "Marcação de ponto simples e eficiente.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Easy Pontotel Extension CRX File

Download Easy Pontotel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Easy Pontotel Easy Pontotel
ID hkgmhgdhfjkpejghanpdnfodnaefnjlg
Official URL https://chromewebstore.google.com/detail/easy-pontotel/hkgmhgdhfjkpejghanpdnfodnaefnjlg
Description Marcação de ponto simples e eficiente.
File Size 28.79 KB
Installation Count 42
Current Version 2.0.2
Last Updated 2021-08-03
Publish Date 2021-05-21
Developer xStrato
Email [email protected]
Payment Type free
Extension Website https://github.com/xStrato
Help Page URL https://github.com/xStrato
Supported Languages 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"
        }
    ]
}