Looker BigQuery

The Looker BigQuery extension adds an icon to the BigQuery UI to let you explore a table from BigQuery in Looker with a single click

What is Looker BigQuery?

Looker BigQuery is a Chrome extension developed by https://looker.com, and its main feature is "The Looker BigQuery extension adds an icon to the BigQuery UI to let you explore a table from BigQuery in Looker with a single click".

Extension Screenshots

screenshot

Download Looker BigQuery Extension CRX File

Download Looker BigQuery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Looker BigQuery Looker BigQuery
ID pgomiedfebnjfmaianaejjgonpeamblh
Official URL https://chromewebstore.google.com/detail/looker-bigquery/pgomiedfebnjfmaianaejjgonpeamblh
Description The Looker BigQuery extension adds an icon to the BigQuery UI to let you explore a table from BigQuery in Looker with a single click
File Size 15.29 KB
Installation Count 217
Current Version 0.1.1
Last Updated 2017-06-15
Publish Date 2017-06-15
Rating 2.50/5 Total 2 Ratings
Developer https://looker.com
Payment Type free
Extension Website https://looker.com/bigquery-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Looker BigQuery",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bigquery.cloud.google.com\/*"
            ],
            "js": [
                "defaults.js",
                "looker_bigquery.js"
            ],
            "css": [
                "looker_bigquery.css"
            ]
        }
    ],
    "description": "The Looker BigQuery extension adds an icon to the BigQuery UI to let you explore a table from BigQuery in Looker with a single click",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "icon128.png"
    ]
}