Zoho CRM Deluge Assistant
Context-aware code analysis for Zoho Deluge scripts — powered by your org's live schema.
As of June 2026, Zoho CRM Deluge Assistant has 10 users in the Developer Tools category.
Usersno change0%
10
10
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
1.1.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update, changed permissions.
History
10 snapshotsTracking since Apr 16, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 16, 2026 | — | — | — | 1.0.0 |
| Apr 22, 2026 | — | — | — | 1.0.0 |
| Apr 26, 2026 | — | — | — | 1.1.0 |
| May 4, 2026 | — | — | — | 1.1.0 |
| May 9, 2026 | 1 | — | — | 1.1.0 |
| May 14, 2026 | 3 | — | — | 1.1.0 |
| May 21, 2026 | 4 | — | — | 1.1.0 |
| May 27, 2026 | 5 | — | — | 1.1.0 |
| Jun 3, 2026 | 6 | — | — | 1.1.0 |
| Jun 9, 2026 | 7 | — | — | 1.1.0 |
| Now | 10 | — | — | 1.1.0 |
Changelog
- May 4, 2026description
Zoho CRM Deluge Assistant adds developer tools directly inside the Zoho CRM Deluge script editor. It connects to your live org schema so suggestions and validations are specific to your actual modules and fields. FIELD AUTOCOMPLETE Type record.get(" or map.put(" and see instant field suggestions from your org schema, filtered by module context. Suggestions include the field display label and data type. No more guessing API names or switching between tabs. INLINE STATIC ANALYSIS Squiggles appear under problem code as you type, flagging common Deluge mistakes before you run: - .get() calls without isNull() or ifnull() guards - API calls inside for-each loops (performance risk) - Hardcoded record IDs - Empty catch blocks that swallow errors - Field API names that do not exist in your org schema SCRIPT MAP Every time you are in the editor the panel shows which modules your function reads, writes, and deletes, plus an estimated API credit cost per execution. No button to click - it updates automatically. IMPACT RADAR Before saving, see how many workflows, blueprints, and automations call this function. The radar shows every caller so you understand the impact of your change across the org. VARIABLE TYPE INFERENCE Write leads = zoho.crm.getRecords("Leads") and then type leads.get(" - the assistant recognises that leads is a Leads record and suggests the correct fields. Works with for-each loop variables too. HOVER TOOLTIPS Hover over any field name inside a .get() or .put() call to see the display label, data type, module, and picklist values without leaving the editor. CONTEXT-AWARE SNIPPETS Press Ctrl+Shift+Space to open a snippet picker. Templates for fetch, update, bulk update, search, and more are pre-filled with your org's actual module and field names, ready to insert at the cursor. HOW IT WORKS Run the included CRM Explorer audit once to capture your org schema (modules, fields, functions). The assistant uses this snapshot entirely on your local device. No schema data leaves your browser. REQUIREMENTS - Zoho CRM account with access to the Functions or Workflow editor - One-time CRM Explorer snapshot (takes approximately 30 seconds) - Optional: Anthropic or OpenAI API key for AI-powered code analysisZoho CRM Deluge Assistant adds developer tools directly inside the Zoho CRM Deluge script editor. It connects to your live org schema so suggestions and validations are specific to your actual modules and fields. FIELD AUTOCOMPLETE Type record.get(" or map.put(" and see instant field suggestions from your org schema, filtered by module context. Suggestions include the field display label and data type. No more guessing API names or switching between tabs. INLINE STATIC ANALYSIS Squiggles appear under problem code as you type, flagging common Deluge mistakes before you run: - .get() calls without isNull() or ifnull() guards - API calls inside for-each loops (performance risk) - Hardcoded record IDs - Empty catch blocks that swallow errors - Field API names that do not exist in your org schema SCRIPT MAP Every time you are in the editor the panel shows which modules your function reads, writes, and deletes, plus an estimated API credit cost per execution. No button to click - it updates automatically. IMPACT RADAR Before saving, see how many workflows, blueprints, and automations call this function. The radar shows every caller so you understand the impact of your change across the org. VARIABLE TYPE INFERENCE Write leads = zoho.crm.getRecords("Leads") and then type leads.get(" - the assistant recognises that leads is a Leads record and suggests the correct fields. Works with for-each loop variables too. HOVER TOOLTIPS Hover over any field name inside a .get() or .put() call to see the display label, data type, module, and picklist values without leaving the editor. CONTEXT-AWARE SNIPPETS Press Ctrl+Shift+Space to open a snippet picker. Templates for fetch, update, bulk update, search, and more are pre-filled with your org's actual module and field names, ready to insert at the cursor. HOW IT WORKS Run the included CRM Explorer audit once to capture your org schema (modules, fields, functions). The assistant uses this snapshot entirely on your local device. No schema data leaves your browser. REQUIREMENTS - Zoho CRM account with access to the Functions or Workflow editor - One-time CRM Explorer snapshot (takes approximately 30 seconds) (refer: https://aaxonix.com/built-by-aaxonix/crm-explorer) to install CRM explorer - Optional: Anthropic or OpenAI API key for AI-powered code analysis - Apr 22, 2026host_permissions
*://*.zoho.com/*, *://*.zoho.in/*, *://*.zoho.eu/*, *://*.zoho.com.au/*, *://*.zoho.jp/*, *://*.zoho.com.cn/*, *://*.zohocrm.com/*, https://api.anthropic.com/*, https://api.openai.com/*, https://api.github.com/*
*://*.zoho.com/*, *://*.zoho.in/*, *://*.zoho.eu/*, *://*.zoho.com.au/*, *://*.zoho.jp/*, *://*.zoho.com.cn/*, *://*.zohocrm.com/*, *://*.zwidgets.com/*, *://*.zappsusercontent.com/*, *://*.zappsusercontent.in/*, https://api.anthropic.com/*, https://api.openai.com/*, https://generativelanguage.googleapis.com/*, https://api.github.com/*
Permissions & access
- Permissions
- storagesidePanelactiveTabtabsscripting
- Host access
- *://*.zoho.com/*, *://*.zoho.in/*, *://*.zoho.eu/*, *://*.zoho.com.au/*, *://*.zoho.jp/*, *://*.zoho.com.cn/*, *://*.zohocrm.com/*, *://*.zwidgets.com/*, *://*.zappsusercontent.com/*, *://*.zappsusercontent.in/*, https://api.anthropic.com/*, https://api.openai.com/*, https://generativelanguage.googleapis.com/*, https://api.github.com/*
Screenshots
About
Zoho CRM Deluge Assistant adds developer tools directly inside the Zoho CRM Deluge script editor. It connects to your live org schema so suggestions and validations are specific to your actual modules and fields.
FIELD AUTOCOMPLETE
Type record.get(" or map.put(" and see instant field suggestions from your org schema, filtered by module context. Suggestions include the field display label and data type. No more guessing API names or switching between tabs.
INLINE STATIC ANALYSIS
Squiggles appear under problem code as you type, flagging common Deluge mistakes before you run:
- .get() calls without isNull() or ifnull() guards
- API calls inside for-each loops (performance risk)
- Hardcoded record IDs
- Empty catch blocks that swallow errors
- Field API names that do not exist in your org schema
SCRIPT MAP
Every time you are in the editor the panel shows which modules your function reads, writes, and deletes, plus an estimated API credit cost per execution. No button to click - it updates automatically.
IMPACT RADAR
Before saving, see how many workflows, blueprints, and automations call this function. The radar shows every caller so you understand the impact of your change across the org.
VARIABLE TYPE INFERENCE
Write leads = zoho.crm.getRecords("Leads") and then type leads.get(" - the assistant recognises that leads is a Leads record and suggests the correct fields. Works with for-each loop variables too.
HOVER TOOLTIPS
Hover over any field name inside a .get() or .put() call to see the display label, data type, module, and picklist values without leaving the editor.
CONTEXT-AWARE SNIPPETS
Press Ctrl+Shift+Space to open a snippet picker. Templates for fetch, update, bulk update, search, and more are pre-filled with your org's actual module and field names, ready to insert at the cursor.
HOW IT WORKS
Run the included CRM Explorer audit once to capture your org schema (modules, fields, functions). The assistant uses this snapshot entirely on your local device. No schema data leaves your browser.
REQUIREMENTS
- Zoho CRM account with access to the Functions or Workflow editor
- One-time CRM Explorer snapshot (takes approximately 30 seconds) (refer: https://aaxonix.com/built-by-aaxonix/crm-explorer) to install CRM explorer
- Optional: Anthropic or OpenAI API key for AI-powered code analysisTechnical
- Version
- 1.1.0
- Manifest
- V3
- Size
- 80.18KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- kjfoollkhmjnfkgmanhnenngbmlgepdo
- Developer ID
- u38e45a69dc9a62137cd9199602789258
- Developer Email
- [email protected]
- Created
- Apr 14, 2026
- Last Updated (Store)
- Apr 29, 2026
- Last Scraped
- Jun 9, 2026
- Website
- aaxonix.com
- Support URL
- aaxonix.com
Data sourced from the Chrome Web Store · last verified Jun 9, 2026.