Horário de Saída Ponto Mais
Veja o horário que você pode sair no Ponto Mais. Esta extensão não é oficial.
Was ist Horário de Saída Ponto Mais?
Horário de Saída Ponto Mais ist eine Chrome-Erweiterung, die von Ivanov de Almeida entwickelt wurde, und ihr Hauptmerkmal ist "Veja o horário que você pode sair no Ponto Mais. Esta extensão não é oficial.".
Erweiterungsscreenshots
Horário de Saída Ponto Mais-Erweiterungs-CRX-Datei herunterladen
Laden Sie Horário de Saída Ponto Mais-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
Exibe seu horário de sáido no Ponto Mais.
Esta extensão não é oficial. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jnaidiomgbjgonedfbpplhpaenmcghch |
| Offizielle URL | https://chromewebstore.google.com/detail/hor%C3%A1rio-de-sa%C3%ADda-ponto-ma/jnaidiomgbjgonedfbpplhpaenmcghch |
| Beschreibung | Veja o horário que você pode sair no Ponto Mais. Esta extensão não é oficial. |
| Dateigröße | 18.42 KB |
| Installationsanzahl | 165 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2023-02-15 |
| Veröffentlichungsdatum | 2022-05-20 |
| Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
| Entwickler | Ivanov de Almeida |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/IvanovAlmeida/ponto-mais-horario-saida |
| Unterstützte Sprachen | pt-BR |
| manifest.json | |
{
"author": "Ivanov de Almeida",
"name": "Hor\u00e1rio de Sa\u00edda Ponto Mais",
"description": "Veja o hor\u00e1rio que voc\u00ea pode sair no Ponto Mais. Esta extens\u00e3o n\u00e3o \u00e9 oficial.",
"version": "1.1.2",
"icons": {
"128": "icons\/icon-128.png",
"48": "icons\/icon-48.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icons\/icon-19.png",
"default_title": "Ir para Ponto Mais"
},
"content_scripts": [
{
"js": [
"assets\/contentscript.js"
],
"css": [
"assets\/style.css"
],
"matches": [
"https:\/\/app2.pontomais.com.br\/*",
"https:\/\/app.pontomais.com.br\/*"
],
"run_at": "document_end"
}
],
"manifest_version": 3,
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
{
"resources": [
"assets\/script.js",
"assets\/style.css"
],
"matches": [
"https:\/\/app2.pontomais.com.br\/*"
]
}
]
} | |