Zendesk Admin Shortcuts od Robert Schwarz
Alt+K spotlight search for Zendesk Admin Center — admin pages, triggers, macros, views, automations, and more.
Metadata rozšíření
Snímky obrazovky
O tomto rozšíření
A small, focused shortcut for the Zendesk Admin Center.
Press Alt+K anywhere on a Zendesk page. A search box opens. Type a few letters. Hit Enter. You're on the right page. That's the whole extension.
What you can search
To search a configuration object, type a prefix and a colon, then start typing:
The first time you use a prefix on a tenant, the extension asks you to build a small local cache by reading the matching admin API. After that, searches are instant and offline.
How navigation works
Light and dark
The search overlay automatically matches the page you're on. Zendesk's light theme, dark theme, and any future theme — it follows along.
Privacy — everything stays in your browser
Open source
Source is on GitHub under the MIT license. Around 1,500 lines of plain JavaScript. No npm modules, no libraries, no CDNs or 3rd party providers.
Customize the shortcut
Don't like Alt+K? Open
Not affiliated with Zendesk
This extension is not affiliated with, endorsed by, or sponsored by Zendesk, Inc. "Zendesk" is a trademark of its respective owner and is used here only to indicate the platform this extension supports.
Press Alt+K anywhere on a Zendesk page. A search box opens. Type a few letters. Hit Enter. You're on the right page. That's the whole extension.
What you can search
- Admin Center pages — Tickets, Channels, People, Workspaces, Apps & Integrations, Account, Objects & Rules, and the rest of the settings tree.
- Your tenant's configuration objects — triggers, automations, macros, views, groups, SLA policies, ticket forms, ticket fields, user fields, organization fields, custom roles, and dynamic content.
To search a configuration object, type a prefix and a colon, then start typing:
trigger:welcome → triggers whose name contains "welcome"
macro:1234567890 → the macro with that exact id
view: → every shared view in the tenant
The first time you use a prefix on a tenant, the extension asks you to build a small local cache by reading the matching admin API. After that, searches are instant and offline.
How navigation works
- Enter — open in the same tab.
- Cmd+Enter / Ctrl+Enter (or middle-click) — open in a new tab.
- Esc, clicking outside the box, or pressing Alt+K again — close.
Light and dark
The search overlay automatically matches the page you're on. Zendesk's light theme, dark theme, and any future theme — it follows along.
Privacy — everything stays in your browser
- No accounts. No setup. No options page.
- No analytics, no telemetry, no error reporting.
- No third-party servers — the extension never sends data anywhere.
- The only network requests are direct calls to your own Zendesk tenant's admin API, made only when you click "Build cache".
- Your local cache lives in your browser. Clearing site data wipes it.
Open source
Source is on GitHub under the MIT license. Around 1,500 lines of plain JavaScript. No npm modules, no libraries, no CDNs or 3rd party providers.
Customize the shortcut
Don't like Alt+K? Open
about:addons, click the gear icon (⚙) at the top right, choose Manage Extension Shortcuts, and rebind it.Not affiliated with Zendesk
This extension is not affiliated with, endorsed by, or sponsored by Zendesk, Inc. "Zendesk" is a trademark of its respective owner and is used here only to indicate the platform this extension supports.
Hodnocení: 0 od 0 redaktorů
Oprávnění a data
Požadovaná oprávnění:
- Přistupovat k vašim datům webových stránek na doméně zendesk.com
Volitelná oprávnění:
- Přistupovat k vašim datům webových stránek na doméně zendesk.com
Sběr dat:
- Podle vývojáře toto rozšíření nevyžaduje sběr dat.
Další informace
- Odkazy doplňku
- Verze
- 1.0.0
- Velikost
- 76,93 KB
- Poslední aktualizace
- před 4 dny (6. kvě 2026)
- Příbuzné kategorie
- Licence
- Licence MIT
- Historie změn
- Přidat do sbírky
Manifest V3. About 1,500 lines of vanilla JavaScript and CSS. No bundler, no transpiler, no minification, no npm modules, no CDN imports — the submitted package IS the source. JSDoc with the // @ts-check pragma stands in for TypeScript; the sanity gate is the TypeScript compiler in checkJs strict mode.
Privacy
No backend, no analytics, no telemetry, no remote config, no third-party endpoints. The only network requests are direct GETs to the user's own Zendesk tenant, gated on an explicit click. The manifest declares data_collection_permissions as none. Cached records (id and name only) live in the user's local IndexedDB.
Authorship
Written by AI under human supervision. Architecture, code review, and verification were human-driven.
Read the source
Full design notes, architecture, and the planning archive (.planning directory) are in the GitHub repo: github.com/robertschwarz/zendesk-admin-shortcuts. MIT-licensed.
Not affiliated with Zendesk
"Zendesk" is a trademark of its respective owner, used here only to indicate the platform this extension supports.