Easy Pontotel
Marcação de ponto simples e eficiente.
Was ist Easy Pontotel?
Easy Pontotel ist eine Chrome-Erweiterung, die von xStrato entwickelt wurde, und ihr Hauptmerkmal ist "Marcação de ponto simples e eficiente.".
Erweiterungsscreenshots
Easy Pontotel-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy Pontotel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Easy Pontotel |
ID | hkgmhgdhfjkpejghanpdnfodnaefnjlg |
Offizielle URL | https://chromewebstore.google.com/detail/easy-pontotel/hkgmhgdhfjkpejghanpdnfodnaefnjlg |
Beschreibung | Marcação de ponto simples e eficiente. |
Dateigröße | 28.79 KB |
Installationsanzahl | 42 |
Aktuelle Version | 2.0.2 |
Letztes Update | 2021-08-03 |
Veröffentlichungsdatum | 2021-05-21 |
Entwickler | xStrato |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/xStrato |
Hilfeseite URL | https://github.com/xStrato |
Unterstützte Sprachen | 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" } ] } |