Tabelas e Parâmetros do Protheus
Listagem de Tabelas e Parâmetros do Protheus no Terminal de Informação - por Atilio Sistemas
Tabelas e Parâmetros do Protheusคืออะไร?
Tabelas e Parâmetros do Protheus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://atiliosistemas.com และคุณลักษณะหลักของมันคือ "Listagem de Tabelas e Parâmetros do Protheus no Terminal de Informação - por Atilio Sistemas"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabelas e Parâmetros do Protheus
ดาวน์โหลดไฟล์ส่วนขยาย Tabelas e Parâmetros do Protheus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tabelas e Parâmetros do Protheus |
ID | kfhncfokhagcgcdmohnfegedabnpgbjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabelas-e-par%C3%A2metros-do-p/kfhncfokhagcgcdmohnfegedabnpgbjf |
คำอธิบาย | Listagem de Tabelas e Parâmetros do Protheus no Terminal de Informação - por Atilio Sistemas |
ขนาดไฟล์ | 50.11 KB |
จำนวนการติดตั้ง | 868 |
เวอร์ชันปัจจุบัน | 2022 |
อัปเดตครั้งล่าสุด | 2022-10-24 |
วันที่เผยแพร่ | 2021-05-19 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://atiliosistemas.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://terminaldeinformacao.com |
URL หน้าช่วยเหลือ | https://atiliosistemas.com |
URL หน้านโยบายความเป็นส่วนตัว | https://atiliosistemas.com/politica-de-privacidade-e-cookies |
ภาษาที่รองรับ | 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\/" } } |