Easy Pontotel

Marcação de ponto simples e eficiente.

Hvad er Easy Pontotel?

Easy Pontotel er en Chrome-udvidelse udviklet af xStrato, og dens hovedfunktion er "Marcação de ponto simples e eficiente.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Easy Pontotel-udvidelses-CRX-fil

Download Easy Pontotel-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Easy Pontotel Easy Pontotel
ID hkgmhgdhfjkpejghanpdnfodnaefnjlg
Officiel URL https://chromewebstore.google.com/detail/easy-pontotel/hkgmhgdhfjkpejghanpdnfodnaefnjlg
Beskrivelse Marcação de ponto simples e eficiente.
Filstørrelse 28.79 KB
Antal Installationer 42
Nuværende Version 2.0.2
Senest Opdateret 2021-08-03
Udgivelsesdato 2021-05-21
Udvikler xStrato
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/xStrato
Hjælpeside-URL https://github.com/xStrato
Understøttede Sprog 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"
        }
    ]
}