MagicFormula

Master Spreadsheet & Database with AI - Turn text into formulas

什么是MagicFormula?

MagicFormula是由getmagicformula开发的Chrome扩展程序,该扩展的主要功能是“Master Spreadsheet & Database with AI - Turn text into formulas”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载MagicFormula扩展crx文件

下载MagicFormula扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        MagicFormula is a Chrome Extension powered by AI that helps you to create formulas from plain text.

We envision our tool to be the ultimate Spreadsheet & Database assistant, thanks to :

🎉 Simplicity: Seamless integration with your preferred data analysis platforms – Excel, Google Sheets, Airtable, and SQL – we offer a unified and efficient workflow that optimizes your work.

🧮 Error-Free Formulas: MagicFormula's intelligent algorithm ensures precision and eliminates formula-related errors. Say goodbye to formulaic mistakes and work confidently with accurate data.

⚡️ Boosted Productivity: You'll unlock newfound efficiency, enabling you to concentrate on deriving valuable insights from your data. No more endless searching...

🔌 No-Code Power: Advanced analytical capabilities are at your fingertips, even if you're not a coding expert. Our extension bridges the gap between your data analysis goals and the complexities of formula & Query , granting accessibility to powerful tools for all.                    

扩展基本信息

名称 MagicFormula MagicFormula
ID dacblbllifgkolpkpocnnnahbgoccpfb
官方URL https://chromewebstore.google.com/detail/magicformula/dacblbllifgkolpkpocnnnahbgoccpfb
简介 Master Spreadsheet & Database with AI - Turn text into formulas
文件大小 2.64 MB
安装次数 377
当前版本 2.2.2
更新时间 2024-01-14
上架时间 2023-07-31
评分 4.50/5 共6次评分
开发者 getmagicformula
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.getmagicformula.com/
帮助页面URL https://www.getmagicformula.com/
隐私政策页面URL https://www.getmagicformula.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MagicFormula",
    "version": "2.2.2",
    "manifest_version": 3,
    "description": "Master Spreadsheet & Database with AI - Turn text into formulas",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_title": "MagicFormula",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "permissions": [
        "identity",
        "identity.email",
        "gcm",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "checkout.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/api.com\/*",
        "https:\/\/checkout.stripe.com\/*",
        "https:\/\/us-central1-airtable-chrome-extension.cloudfunctions.net\/app",
        "https:\/\/us-central1-airtable-chrome-extension.cloudfunctions.net\/app\/*"
    ]
}