SeekWell

Schedule Jupyter Notebooks to run daily, hourly or every five minutes

SeekWell क्या है?

SeekWell https://www.seekwell.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule Jupyter Notebooks to run daily, hourly or every five minutes"।

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

screenshot
screenshot
screenshot

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

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

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

                        Connect to your database (MySQL, Postgres, Redshift, Microsoft SQL Server (MS SQL), Google Cloud SQL, and Snowflake) write SQL queries, analyze your data, and automate reports and dashboards all without leaving Sheets. Query other Sheets, CSVs, Excel, and JSON data sources without exporting / importing. It just works.

We built SeekWell because we were tired of copying results from our SQL client and pasting them over to a spreadsheet to complete analysis and build reports. We'd often "misplace" queries that were connected to a report and have to rewrite them to recreate a report. Also, coworkers that didn't know SQL would have to ask us to update the data in shared spreadsheets.

SeekWell solves all these problems by delivering query results directly to Sheets. You can automate dozens of queries to run at once and enable non-technical users to update reports on their own and even schedule reports to update automatically. Query results can be delivered to a specific cell, pivot table or even directly to a chart. Check out more examples at www.seekwell.io.                    

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

नाम SeekWell SeekWell
ID chnhmodcadhichlnnlbipbmhmjnbnfmk
आधिकारिक URL https://chromewebstore.google.com/detail/seekwell/chnhmodcadhichlnnlbipbmhmjnbnfmk
विवरण Schedule Jupyter Notebooks to run daily, hourly or every five minutes
फ़ाइल का आकार 1.55 MB
स्थापना संख्या 177
वर्तमान संस्करण 29
अंतिम अपडेट 2021-03-29
प्रकाशन तिथि 2021-03-29
रेटिंग 3.04/5 कुल 27 रेटिंग्स
डेवलपर https://www.seekwell.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.seekwell.io/
सहायता पृष्ठ URL https://www.seekwell.io/qs
गोपनीयता नीति पृष्ठ URL https://seekwell.io/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SeekWell",
    "version": "29",
    "description": "Schedule Jupyter Notebooks to run daily, hourly or every five minutes",
    "author": "[email protected]",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "activeTab",
        "tabs",
        "background",
        "storage",
        "identity",
        "identity.email"
    ],
    "browser_action": {
        "default_title": "SeekWell",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "devtools_page": "pages\/devtools.html",
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:8098; object-src 'self'",
    "web_accessible_resources": [
        "panel.html",
        "js\/content.js"
    ]
}