Excel Formula Maker

ID: ndaglhnofilofjakaneamfgjppflkijg

Extension Info & Metadata

Status
Active
Version
1.0.1
Size
0.17 MB
Rating
0.0/5
Reviews
0
Users
34
Type
Extension
Updated
Apr 25, 2026
Category
Tools
Price
Free
Featured
No
Visibility
Listed
Mature
Yes
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
idev.project1View Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
2
Active
2
Obsolete
0
Listed
2
Unlisted
0
Total Users
290

Install Excel Formula Maker: ai spreadsheet to create and explain functions. Use an excel formula generator instead of cheat sheet.

🔎 Discover the ultimate productivity boost with the excel formula maker online extension for Google Chrome. 🎯 Harness the power of excel ai to generate perfect operation for Microsoft and Google platforms. The excel formula maker ai analyzes your selected data region and suggests optimized calculations, saving you hours of manual effort. 🧐 Whether you’re a financial analyst, marketer, or data scientist, this tool accelerates insights and eliminates syntax errors every time. 🚀 Boost your workflow - Transform the way you work with spreadsheets by learning how to make a formula in excel or google sheets without leaving your browser. - The ai excel formula maker offers contextual guidance on how to craft functions that adapt to your data patterns. - Use the google sheets formula generator feature to switch seamlessly between platforms. ⚡ Essentials workflows you can automate with excel formula maker : 1. set up calculation workflow for dynamic totals and averages 2. excel formula generator is able to builds conditional logic rules 3. assemble spreadsheet logic to compute forecasting trends 4. ai spreadsheet converts text to dates and numbers 5. make excel formula online with nested functions 📝 Pop‑up UI highlights : * That extension works with Microsoft and Google platforms * excel function generator offers save the history of requests locally in a working session * excel formula explainer breaks down each function into understandable steps * You can display the extension interface with a separate window for convenience * added auto copy result of extension for your convenience ❓ Struggling with complex functions ? ❗️ Many users have problem with creating accurate equations, so our plugin can turn your plain language into fully working computation. ❗️ Customize every calculation with excel formula maker features. ❗️ The excel formula builder wizard lets you tweak parameters, define named ranges, and preview results instantly. ❗️ Use excel formula creator to build complex array function or pivot table calculations without memorizing syntax. ❗️ The formula maker excel interface supports cross‑sheet references and dynamic named ranges for advanced modeling. ❓ Tired of reading the documentation ? 🔹 Let's try this extension for explain any level of complexity your spreadsheets calculation. 🔹 Instead of searching information in cheat sheet, use excel ai assistant to read short examples. 🔹 If your functions is nested, ai for spreadsheets will break down your work into steps. 🔹 All knowledge of the platform of the spreadsheets are in your hands through this extension Chrome, no longer needs to read and look for a solution ❓ Who can save hours of manual work by spreadsheet ai ? • Finance professionals using excel formula generator for budgeting and forecasting • Marketers leveraging ai excel formula maker to track campaign performance and market leadership • Teachers build interactive exercises, diagrams and graphs without knowledge of code only through google sheets using our project • Entrepreneurs for managing income and expenses in the table using excel formula maker ai • Office workers will be able to get rid of day-to-day routine tasks 🎯 Why Choose This Tool Over Manual Editing ? 1️⃣ Save hours writing from scratch 2️⃣ Avoid confusing errors 3️⃣ Access platform-specific logic instantly 4️⃣ Generate cleaner, faster spreadsheets with fewer bugs 🔒 Security you can trust 1️ All function generation is processed on secure ChatGPT‑powered backend servers. 2️ No spreadsheet data is stored or processed locally, and your queries remain confidential. 3️ Feel confident using this ai excel formula maker for sensitive financial and business data. 4️ The history of requests is stored locally in your browser in a temporary session. After turning off the browser, the story is cleaned. 💡 Pro Tips & Tricks ➤ Use a separate window and pin it on top of other windows to always be able to use our product ➤ use extension to chain multiple functions automatically ➤ leverage ai spreadsheet generator for batch processing hundreds or more of rows ➤ combine extension with keyboard shortcuts to speed up reporting ➤ use this product to validate and check equations before inserting to the table 🪛 Try free trial. Simplify daily tasks using our chrome plugin, avoid spending time inventing the necessary equation and searching for errors in the function. 📈 Stay current with continuous improvements to spreadsheet ai. Install our chrome extension and get release notes to access new ai excel formula generator models and features, enhanced support and UI for your comfort. Download our project to write templates. 🚀 Get ready to revolutionize your spreadsheet experience with the comfortable UI and LLM powered tool. Empower your team, reduce manual errors, and achieve faster, smarter data analysis than ever before.

Item
Type
Severity
Description
storage
Permission
Medium
This permission allows storing data locally in the browser. Rated Medium because it can persist sensitive user data, track user activities over time, and potentially store malicious payloads.
https://excelformulamaker.help/*
Host
Medium
Host permission — access limited to this URL pattern.

Rating manipulation / review gating: the 4- and 5-star buttons link directly to the Chrome Web Store review page, while 1-, 2-, and 3-star buttons redirect to an internal Google Form. This deflects negative reviews away from the public store listing and inflates the extension's average rating, a violation of Chrome Web Store policy on deceptive review practices.

popup.html (Line 133)
<input type="radio" id="star3" name="rating" value="3" /><label for="star3" title="3 stars" aria-label="3 stars">  <a href="https://forms.gle/iAHusLX4nWczZGqT7" target="_blank" class="p-1" rel="nofollow">    ...star SVG...  </a></label><input type="radio" id="star2" name="rating" value="2" /><label for="star2" title="2 stars" aria-label="2 stars">  <a href="https://forms.gle/iAHusLX4nWczZGqT7" target="_blank" class="p-1" rel="nofollow">    ...star SVG...  </a></label><input type="radio" id="star1" name="rating" value="1" /><label for="star1" title="1 star" aria-label="1 star">  <a href="https://forms.gle/iAHusLX4nWczZGqT7" target="_blank" class="p-1" rel="nofollow">    ...star SVG...  </a></label><!-- star4 and star5 link to https://chromewebstore.google.com/detail/.../reviews -->

Generates a persistent per-install UUID (clientId) on first install and attaches it as an X-Client-Id header on every API request to excelformulamaker.help. This creates a stable pseudonymous tracker that ties all user queries to a single device across sessions, without any disclosed privacy policy prompt in the extension UI.

background.js (Line 22)
function d() {  return crypto.randomUUID()}chrome.runtime.onInstalled.addListener(e => {  if (e.reason === chrome.runtime.OnInstalledReason.INSTALL) {    let t = d();    chrome.storage.local.set({        clientId: t      }),      chrome.tabs.create({        url: y      })  }});...let r = (await chrome.storage.local.get("clientId")).clientId;r || (r = d(), await chrome.storage.local.set({  clientId: r}));let l = await S(p, {    method: "POST",    headers: {      "Content-Type": "application/json",      "X-Client-Id": r    },    body: JSON.stringify({      query: s,      mode: i,      platform: u    })  }, 6e4),

User-entered free-text queries are transmitted to the developer's remote server (excelformulamaker.help) together with the persistent clientId. Because the popup lets users paste arbitrary spreadsheet content/formulas, this constitutes outbound collection of user-supplied content to a third-party endpoint; the raw response body is then stored back into chrome.storage.local. Data-handling is not inherently malicious for an AI tool but is worth flagging as unauthorized data collection when no privacy disclosure is shown.

background.js (Line 47)
chrome.runtime.onMessage.addListener((e, t, o) => {      if (!e || e.action !== "sendRequest") return;      let {        requestId: n,        query: s,        mode: i,        platform: u      } = e;      return (async () => {              try {                let r = (await chrome.storage.local.get("clientId")).clientId;                ...                let l = await S(p, {                    method: "POST",                    headers: {                      "Content-Type": "application/json",                      "X-Client-Id": r                    },                    body: JSON.stringify({                      query: s,                      mode: i,                      platform: u                    })                  }, 6e4),                  a = await l.text().catch(() => "");

By severity

Critical0
High0
Medium1
Low2

Versions scanned

Showing 1 of 2 scanned versions with more than one unique finding. Counts are unique findings that include each version.

Extension VersionCode Review Findings
1.0.13

Files with findings

2 distinct paths — top paths by unique finding count:

  • background.js2
  • popup.html1
S.No.
Category
Severity
File
Summary
Found in Version
1Other
medium
popup.html (line 133)Rating manipulation / review gating: the 4- and 5-star buttons link directly to the Chrome Web Store review page, while 1-, 2-, and 3-star buttons redirect to an internal Google Form. This deflects negative reviews aw…
2Tracking
low
background.js (line 22)Generates a persistent per-install UUID (clientId) on first install and attaches it as an X-Client-Id header on every API request to excelformulamaker.help. This creates a stable pseudonymous tracker that ties all use…
3Unauthorized Data Collection
low
background.js (line 47)User-entered free-text queries are transmitted to the developer's remote server (excelformulamaker.help) together with the persistent clientId. Because the popup lets users paste arbitrary spreadsheet content/formulas…
URLs
11
IPv4
0
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

Gain full insight into all external connections.

Upgrade for full visibility.

tailwindcss.com-https://tailwindcss.com
clients2.google.com/service/update2/crxhttps://clients2.google.com/service/update2/crx
excelformulamaker.help/*https://excelformulamaker.help/*
chromewebstore.google.com/detail/excel-formula-maker/ndaglhnofilofjakaneamfgjppflkijg/reviewshttps://chromewebstore.google.com/detail/excel-formula-maker/ndaglhnofilofjakaneamfgjppflkijg/reviews
www.w3.org/2000/svghttp://www.w3.org/2000/svg
forms.gle/iAHusLX4nWczZGqT7https://forms.gle/iAHusLX4nWczZGqT7
excelformulamaker.help/api/excel-formula-generator/generatehttps://excelformulamaker.help/api/excel-formula-generator/generate
forms.gle/JLChu239nU9CKVdy7/https://forms.gle/JLChu239nU9CKVdy7\
excelformulamaker.help/api/excel-formula-generator/welcome/https://excelformulamaker.help/api/excel-formula-generator/welcome\
forms.gle/JLChu239nU9CKVdy7https://forms.gle/JLChu239nU9CKVdy7
Showing 1 to 10 of 20 rows
Rows per page:

Gain full insight into all external connections.

Upgrade for full visibility.

No IP addresses found
Version
Size
Is Malicious
Findings
Permhash
1.0.1
Latest
0.17 MB
Malicious
3
1.0.0
0.17 MB
Malicious
Showing 1 to 2 of 10 rows
Rows per page:

Code Diff

Compare extension code between any two versions.

0 changed files (scanned top 25 shared text files)

No comparable text files found between these versions.

Browse and explore files within this extension package

Gain full insight into all external connections.

Upgrade for full visibility.