Acumatica Trace Copier 作成者: Alan Conroy
Copy Acumatica trace exceptions to the clipboard as clean text for debugging with Claude or any AI assistant.
拡張機能メタデータ
この拡張機能について
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"] }.
1 人のレビュー担当者が 5 と評価しました
権限とデータ
詳しい情報
- バージョン
- 1.3.0
- サイズ
- 33.03 KB
- 最終更新日
- 11日前 (2026年9月9日)
- 関連カテゴリー
- ライセンス
- MIT License
- バージョン履歴
- コレクションへ追加