Numerous.ai

Use AI to generate formulas, categorize items, format cells, and perform repetitive tasks in Google Sheets.

Numerous.ai क्या है?

Numerous.ai https://numerous.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use AI to generate formulas, categorize items, format cells, and perform repetitive tasks in Google Sheets."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Numerous.ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Numerous.ai Google Sheets plugin lets you use AI to perform repetitive tasks and use spreadsheets like a power user.  Here’s how:

PROMPT CHATGPT IN YOUR SHEETS
Use the =AI() function directly in your spreadsheet similar to formulas like =SUM() and =AVERAGE()  to directly feed prompts to ChatGPT.
- Want to summarize a customer support message?  =AI(“Here’s a message from a customer:”, A2, “summarize it in 1-2 bulletpoints”)
- Need to figure out what state a phone number is from? =AI(“What state is the phone number”, A2, “from?”)
And then you can just drag the function down and automatically do that for a hundred more cells.


HAVE THE AI DO YOUR TIME-CONSUMING TASKS BY SHOWING IT A FEW EXAMPLES
If you need to do mind-numbing busywork like: 
- Format hundreds of cells by hand
- Categorize a thousand items
- Do sentiment analysis on lots of messages
You can teach the AI by providing it with 4 or 5 good examples, and using the “Infer” function to complete it for all the other cells.


WRITE TEXT USING AI
- =WRITE("a tagline for the brand",A3,"mentioning its top features such as",B3)
- =WRITE(“a message to”, A2, “thanking them for”, B2)
You can have AI write text for you, just by telling it what you want.


GENERATE FORMULAS USING PLAIN ENGLISH
Just write out what you want and Numerous.ai will generate the formula to do it.  This works for even the most complex formulas: from SUM, COUNTIF, AVERAGE, to VLOOKUP, QUERY, REGEX, and more.


EXPLAIN COMPLEX FORMULAS
If you’ve received a spreadsheet from a colleague and have no idea what the formulas do, you can use the “Explain formula” function, and it will tell you what the formula does in plain English.

_________________________________________________

The Numerous.ai Chrome extension makes the experience of using the plugin faster and better. 
Here is a list of the extension's features:

LAUNCH NUMEROUS FASTER
The Numerous.ai extension allows you to launch Numerous's Google Sheets plugin faster.  Since Numerous is most useful when you are aware of its capabilities and its features are surfaced to the forefront, a faster launch experience means that you will be able to utilize Numerous sooner and more frequently, thus allowing you to accomplish more tasks that are only enabled by the use of Numerous.                    

एक्सटेंशन की मूल जानकारी

नाम Numerous.ai Numerous.ai
ID hbjoofdalcnhalhjodhechdpolcfpipb
आधिकारिक URL https://chromewebstore.google.com/detail/numerousai/hbjoofdalcnhalhjodhechdpolcfpipb
विवरण Use AI to generate formulas, categorize items, format cells, and perform repetitive tasks in Google Sheets.
फ़ाइल का आकार 30.95 KB
स्थापना संख्या 2,543
वर्तमान संस्करण 2.3
अंतिम अपडेट 2023-04-08
प्रकाशन तिथि 2023-02-07
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर https://numerous.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://numerous.ai/
सहायता पृष्ठ URL https://numerous.ai/#contact
गोपनीयता नीति पृष्ठ URL https://numerous.ai
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Numerous.ai",
    "description": "Use AI to generate formulas, categorize items, format cells, and perform repetitive tasks in Google Sheets.",
    "version": "2.3",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/spreadsheets\/d\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "iframe.js"
            ],
            "matches": [
                "https:\/\/*.googleusercontent.com\/*"
            ]
        }
    ]
}