Project Code Quick Inserter
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Project Code Quick Inserter is a floating panel that stores and manages project codes and IDs. Save projects with names and identifiers for quick access. Create, edit, or delete project entries. Search through your collection by name or code. Click a project to insert a formatted reference (Name (CODE)) into the active text field, or use the "Copy" button to copy just the code to your clipboard. This saves time when referencing project codes in tickets, emails, timesheets, or documentation.
WHERE IT RUNS
This script runs on any website you visit. It reads only the page you are looking at, never other tabs, bookmarks, or browser data. All data stays in your browser — nothing is sent anywhere.
HOW TO USE
Click the Project Code Quick Inserter panel button in the BotGentz extension toolbar. The panel appears at the edge of the page. To add a project, enter a name and code/ID, then click "Save". To use a project, click it — it inserts a formatted reference into the active input field. Use the "Copy" button to copy just the code to your clipboard. Search projects using the search box. Edit or delete projects using the buttons on each entry. Import/export projects for backup or sharing.
TECHNICAL MECHANISM
Projects are stored as an array of objects with name and code properties, persisted using GM_setValue and restored with GM_getValue. Clicking a project checks the active element — if it's an input, textarea, or contenteditable, it inserts a formatted reference (Name (CODE)) at the cursor position using document.execCommand or direct value manipulation with selection handling. If no active input is found, it copies the formatted reference to clipboard using GM_setClipboard. The "Copy" button copies just the code to clipboard. The search filters projects by name or code in real time. All operations run client-side in pure JavaScript.
THE PANEL
The panel is a floating overlay that you can drag anywhere on the screen by its header. It remembers its position per site so it reappears where you left it. The panel can be collapsed into a small handle to get it out of the way, and snapped to the edge of the page. It can be resized to fit your workflow. Press Escape to close the panel.
PLEASE NOTE
This script requires the free BotGentz extension to run. All data stays in your browser — nothing is transmitted or shared. The panel works on any website. The script inserts a formatted project reference into the active input field if you are focused on one — if not, it copies to clipboard. Sites change — the script may need updates to match new site structures.