Tabelas e Parâmetros do Protheus
Listagem de Tabelas e Parâmetros do Protheus no Terminal de Informação - por Atilio Sistemas
Was ist Tabelas e Parâmetros do Protheus?
Tabelas e Parâmetros do Protheus ist eine Chrome-Erweiterung, die von https://atiliosistemas.com entwickelt wurde, und ihr Hauptmerkmal ist "Listagem de Tabelas e Parâmetros do Protheus no Terminal de Informação - por Atilio Sistemas".
Erweiterungsscreenshots
Tabelas e Parâmetros do Protheus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tabelas e Parâmetros do Protheus-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
Essa é uma extensão / complemento oficial do site Terminal de Informação. Com ela, é possível facilmente visualizar as tabelas, campos, tabelas genéricas e parâmetros do ERP Protheus. Ou seja, se você estiver precisando desenvolver alguma rotina em AdvPL ou TL++, e necessita de uma forma ágil de consultar as tabelas e parâmetros, essa extensão foi feita pensando em você. Agradecimentos ao Bruno Romeiro Comin pela contribuição na lógica do desenvolvimento.
Grundlegende Informationen zur Erweiterung
Name | Tabelas e Parâmetros do Protheus |
ID | kfhncfokhagcgcdmohnfegedabnpgbjf |
Offizielle URL | https://chromewebstore.google.com/detail/tabelas-e-par%C3%A2metros-do-p/kfhncfokhagcgcdmohnfegedabnpgbjf |
Beschreibung | Listagem de Tabelas e Parâmetros do Protheus no Terminal de Informação - por Atilio Sistemas |
Dateigröße | 50.11 KB |
Installationsanzahl | 868 |
Aktuelle Version | 2022 |
Letztes Update | 2022-10-24 |
Veröffentlichungsdatum | 2021-05-19 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | https://atiliosistemas.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://terminaldeinformacao.com |
Hilfeseite URL | https://atiliosistemas.com |
URL der Datenschutzrichtlinien-Seite | https://atiliosistemas.com/politica-de-privacidade-e-cookies |
Unterstützte Sprachen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabelas e Par\u00e2metros do Protheus", "description": "Listagem de Tabelas e Par\u00e2metros do Protheus no Terminal de Informa\u00e7\u00e3o - por Atilio Sistemas", "version": "2022", "background": { "service_worker": "start.js" }, "action": { "default_popup": "index.html", "default_icon": "icon.png", "default_title": "Tabelas e Par\u00e2metros do Protheus" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "180": "icon-180.png", "310": "icon-310.png" }, "developer": { "name": "Atilio Sistemas", "url": "http:\/\/atiliosistemas.com\/" } } |