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 snapshots

Tracking since Apr 16, 2026.

10.725.50.27999999999999936Apr 16, 2026Jun 9, 2026
View as table
DateUsersRatingReviewsVersion
Apr 16, 20261.0.0
Apr 22, 20261.0.0
Apr 26, 20261.1.0
May 4, 20261.1.0
May 9, 202611.1.0
May 14, 202631.1.0
May 21, 202641.1.0
May 27, 202651.1.0
Jun 3, 202661.1.0
Jun 9, 202671.1.0
Now101.1.0

Changelog

  • May 4, 2026
    description
    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 analysis
    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 analysis
  • Apr 22, 2026
    host_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

Zoho CRM Deluge Assistant screenshot 1Zoho CRM Deluge Assistant screenshot 2Zoho CRM Deluge Assistant screenshot 3Zoho CRM Deluge Assistant screenshot 4

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 analysis

Technical

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.

Zoho CRM Deluge Assistant: Users, Ratings & Version History | ExtDB — Chrome Extensions Database