Acumatica Trace Copier por Alan Conroy
Copy Acumatica trace exceptions to the clipboard as clean text for debugging with Claude or any AI assistant.
Metadata de la extensión
Sobre esta extensión
No account or login is required.
WHAT IT DOES
Detects Acumatica ERP trace/exception panels on a page and copies the
exception text to the clipboard as clean plain text, optionally prefixed
with a user-configurable AI prompt.
HOW TO TEST WITHOUT AN ACUMATICA INSTANCE
The content script activates on any page whose text contains
"Exception Type:", "Stack Trace:", or "Last Requests". To test, open any
page containing one of those strings — for example an HTML file with:
A floating button appears bottom-right with three actions: Copy
Exceptions, Copy for AI, and Pick element (crosshair — click any element
to copy its text). The toolbar popup offers the same three actions.
Options page: choose an AI prompt preset or write your own; it is stored
via storage.sync.
WHY <all_urls>
Acumatica is self-hosted ERP software. Every customer runs it on their
own domain or intranet hostname, so there is no fixed set of URLs to
match against. The script does nothing on pages without the trace
signatures above.
DATA
No data collection or transmission. There is no fetch, XMLHttpRequest, or
network call anywhere in the source. Copied text goes only to the user's
clipboard; the saved prompt is the user's own setting in storage.sync.
Declared as data_collection_permissions: { required: ["none"] }.
WHAT IT DOES
Detects Acumatica ERP trace/exception panels on a page and copies the
exception text to the clipboard as clean plain text, optionally prefixed
with a user-configurable AI prompt.
HOW TO TEST WITHOUT AN ACUMATICA INSTANCE
The content script activates on any page whose text contains
"Exception Type:", "Stack Trace:", or "Last Requests". To test, open any
page containing one of those strings — for example an HTML file with:
<p>Exception Type: System.NullReferenceException</p>
<p>Stack Trace: at PX.Data.PXGraph.Persist()</p>
A floating button appears bottom-right with three actions: Copy
Exceptions, Copy for AI, and Pick element (crosshair — click any element
to copy its text). The toolbar popup offers the same three actions.
Options page: choose an AI prompt preset or write your own; it is stored
via storage.sync.
WHY <all_urls>
Acumatica is self-hosted ERP software. Every customer runs it on their
own domain or intranet hostname, so there is no fixed set of URLs to
match against. The script does nothing on pages without the trace
signatures above.
DATA
No data collection or transmission. There is no fetch, XMLHttpRequest, or
network call anywhere in the source. Copied text goes only to the user's
clipboard; the saved prompt is the user's own setting in storage.sync.
Declared as data_collection_permissions: { required: ["none"] }.
Calificado 5 por 2 revisores
Permisos y datos
Permisos requeridos:
- Introducir datos en el portapapeles
- Acceder a tus datos para todos los sitios web
Recolección de datos:
- El desarrollador dice que esta extensión no requiere recolección de datos.
Más información
- Enlaces del complemento
- Versión
- 1.3.0
- Tamaño
- 33,03 KB
- Última actualización
- hace 11 días (9 de sep. de 2026)
- Categorías relacionadas
- Licencia
- Licencia MIT
- Historial de versiones
- Añadir a la colección