superQuery - BigQuery AI optimization engine

Powerful BigQuery IDE powered by AI that turns data analysts into data superheroes.

superQuery - BigQuery AI optimization engine là gì?

superQuery - BigQuery AI optimization engine là một tiện ích mở rộng Chrome được phát triển bởi https://superquery.io, và tính năng chính của nó là "Powerful BigQuery IDE powered by AI that turns data analysts into data superheroes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng superQuery - BigQuery AI optimization engine

Tải xuống các tệp mở rộng superQuery - BigQuery AI optimization engine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Your powers include:
 
- AI engine that optimizes your queries in real-time.
- Adaptive Caching — Never pay twice for the same query.
- Write queries faster with context-aware Smart Compose
- Execute up to 20 queries at the same time.
- Auto-Detect Standard / Legacy SQL.
- Use variables to store values and shorten your workflow.
- Visualize query results with integrated dashboards
- Download up to 6,000,000 rows to CSV                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên superQuery - BigQuery AI optimization engine superQuery - BigQuery AI optimization engine
ID lfckfngaeoheoppemkocjjebloiamfdc
URL Chính Thức https://chromewebstore.google.com/detail/superquery-bigquery-ai-op/lfckfngaeoheoppemkocjjebloiamfdc
Mô tả Powerful BigQuery IDE powered by AI that turns data analysts into data superheroes.
Kích Thước Tệp 5.55 MB
Số Lần Cài Đặt 2,367
Phiên Bản Hiện Tại 6.1.6
Cập Nhật Lần Cuối 2020-03-18
Ngày Phát Hành 2020-03-17
Đánh Giá 4.52/5 Tổng số 23 Đánh Giá
Nhà Phát Triển https://superquery.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://superquery.io
URL Trang Chính Sách Bảo Mật https://superquery.io/doc/superquery_Privacy_Policy_2017.doc.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "superQuery - BigQuery AI optimization engine",
    "short_name": "Big Query",
    "description": "Powerful BigQuery IDE powered by AI that turns data analysts into data superheroes.",
    "version": "6.1.6",
    "icons": {
        "16": "img\/xX16.png",
        "48": "img\/xX48.png",
        "128": "img\/xX128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/xX16.png",
            "24": "img\/xX24.png",
            "32": "img\/xX32.png",
            "48": "img\/xX48.png",
            "128": "img\/xX128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.google.com\/",
        "https:\/\/console.aws.amazon.com\/*"
    ],
    "web_accessible_resources": [
        "test.js",
        "lib\/idea.jpeg",
        "lib\/gear.png",
        "lib\/gear1.png",
        "lib\/gear2.png",
        "lib\/logo.png",
        "img\/xX128.png",
        "img\/close.png",
        "lib\/code.png",
        "lib\/cogwheel.png",
        "commuinicate.js",
        "commuinicateOld.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cloud.google.com\/*"
            ],
            "css": [
                "x.css",
                "smallHeader.css",
                "menu\/menu.css",
                "resources\/resources.css",
                "settings\/settings.css",
                "slider\/slider.css",
                "result\/result.css",
                "editor\/editor.css",
                "editor\/editorTheme.css",
                "editor\/editorTabs.css",
                "smallEditor\/smallEditor.css",
                "smallHeader.css",
                "switchButton\/switchButton.css",
                "lib\/ag-grid\/ag-grid.css",
                "lib\/ag-grid\/styles\/ag-grid.css",
                "lib\/ag-grid\/styles\/ag-theme-material.css",
                "lib\/ag-grid\/styles\/compiled-icons.css",
                "lib\/ag-grid\/styles\/theme-blue.css",
                "lib\/ag-grid\/styles\/theme-bootstrap.css",
                "lib\/ag-grid\/styles\/theme-dark.css",
                "lib\/ag-grid\/styles\/theme-fresh.css",
                "lib\/ag-grid\/styles\/theme-material.css",
                "lib\/ionic\/css\/ionicons.min.css",
                "lib\/font-awesome\/css\/font-awesome.min.css",
                "bigQueryAlpha\/Menu\/Menu.css",
                "bigQueryAlpha\/App.css",
                "bigQueryAlpha\/Tabs\/Tabs.css",
                "bigQueryAlpha\/Header\/Header.css",
                "bigQueryAlpha\/QueryTable\/QueryTable.css",
                "bigQueryAlpha\/AppQues\/AppQues.css"
            ],
            "js": [
                "lib\/jquery.3.js",
                "lib\/eventsParams.js",
                "loadExstension.js",
                "lib\/ag-grid\/ag-grid.js",
                "x.js",
                "editor\/editor.js",
                "editor\/editorTabs.js",
                "settings\/settings.js",
                "jobHistory\/jobHistoryEvents.js",
                "menu\/menu.js",
                "resources\/resources.js",
                "slider\/slider.js",
                "result\/result.js",
                "smallEditor\/smallEditor.js",
                "bigQueryAlpha\/App.js",
                "bigQueryAlpha\/SuperQueryButton.js",
                "bigQueryAlpha\/Trackings.js",
                "bigQueryAlpha\/Menu\/Menu.js",
                "bigQueryAlpha\/Tabs\/Tabs.js",
                "bigQueryAlpha\/Header\/Header.js",
                "bigQueryAlpha\/Tabs\/TabsLocalStorageService.js",
                "bigQueryAlpha\/QueryTable\/QueryTable.js",
                "bigQueryAlpha\/AppQues\/AppQues.js",
                "bigQueryAlpha\/AppQues\/AppQuesJson.js",
                "bigQueryAlpha\/Pixel\/Pixel.js"
            ]
        },
        {
            "matches": [
                "https:\/\/console.aws.amazon.com\/*"
            ],
            "js": [
                "mako.js",
                "bigQueryAlpha\/Pixel\/Pixel.js"
            ]
        }
    ]
}