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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}