WORKSHEETS Data Studio
SQL Database management, Exploratory Data Analysis, Data Processing and Low Code Apps
什麼是WORKSHEETS Data Studio?
WORKSHEETS Data Studio是由https://worksheet.systems開發的Chrome擴展程式,該擴展的主要功能是“SQL Database management, Exploratory Data Analysis, Data Processing and Low Code Apps”。
擴展截圖
下載WORKSHEETS Data Studio擴展crx文件
下載WORKSHEETS Data Studio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
WORKSHEETS Data Studio - is a low code data management platform for anyone working with Data and SQL Databases. Where you can: - Connect to any SQL Database. (USE public or your private SQL Data Api) - Visualize data in excel like data grids, charts or create input forms - Perform Data Analysis and Data Processing seamlessly - Collaborate with your team, clients and customers - Automate and Streamline Data Processing Workflows. Online SQL Client - Easily navigate and search database objects - Excel-like data grid for data analysis - Charting / plotting for better visualization - Join or extend Tables (without DDL access) - Comprehensive Import / Export Data - Share & Collaborate with public or individual access control - Enables REST Api access to your database (JSPython, Python, C#, JavaScript(NodeJS)) Low Code Data Management IDE - Implement custom data processing logic and integrate with systems - Automate your data flow in-browser or server-side (NodeJS) - Access your databases SQL Data Api - Use DataPipe library for extended data analysis, processing and manipulations - Rich Data Vizualization with excel-like data grid, charts and interactive dashboards - Deploy your custom logic (JSPython scripts) anywhere in the cloud, local server or just run it in browser RAPID Application Development WORKSHEETS Data Studio enables RAPID Application Development approach that saves up to 80% of your budget for internal or external custom data solutions - Iterate quickly. Requirements can be changed at any time and you always get a working version - Reduce risk of project failure. With constant customers collaborations and input, the projects can be managed much more efficient - Cost saving Up to 80% can be saved on time and resources needed to implement projects https://worksheet.systems/sample-apps
擴展基本資訊
名稱 | WORKSHEETS Data Studio |
ID | dkhnlgcpdiifkfjdjceogenclkdfbonh |
官方網址 | https://chromewebstore.google.com/detail/worksheets-data-studio/dkhnlgcpdiifkfjdjceogenclkdfbonh |
簡介 | SQL Database management, Exploratory Data Analysis, Data Processing and Low Code Apps |
檔案大小 | 4.3 MB |
安裝次數 | 192 |
目前版本 | 3.2.12 |
更新時間 | 2022-09-27 |
上架時間 | 2022-02-02 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://worksheet.systems |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://worksheet.systems |
說明頁面URL | https://www.worksheet.systems/contact-us |
隱私政策頁面URL | https://worksheet.systems/privacy-policy |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WORKSHEETS Data Studio", "version": "3.2.12", "permissions": [], "background": { "service_worker": "chrome-service_worker.js" }, "action": { "default_icon": "assets\/img\/je-logo-128x128.png", "default_title": "WORKSHEETS Data Studio." }, "offline_enabled": true, "description": "SQL Database management, Exploratory Data Analysis, Data Processing and Low Code Apps", "icons": { "128": "assets\/img\/je-logo-128x128.png", "16": "assets\/img\/je-logo-16x16.png", "24": "assets\/img\/je-logo-24x24.png", "48": "assets\/img\/je-logo-48x48.png", "64": "assets\/img\/je-logo-64x64.png", "256": "assets\/img\/je-logo-256x256.png" } } |