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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WORKSHEETS Data Studio 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 WORKSHEETS Data Studio
ID dkhnlgcpdiifkfjdjceogenclkdfbonh
공식 URL 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"
    }
}