MagicFormula

Master Spreadsheet & Database with AI - Turn text into formulas

Τι είναι το MagicFormula;

Το MagicFormula είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον getmagicformula, και η κύρια λειτουργία του είναι "Master Spreadsheet & Database with AI - Turn text into formulas".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MagicFormula

Λήψη αρχείων επέκτασης 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\/*"
    ]
}