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
Looker BigQueryとは何ですか?
Looker BigQueryはhttps://looker.comによって開発されたChromeの拡張機能で、その主な機能は「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」です。
拡張機能のスクリーンショット
Looker BigQuery拡張機能のCRXファイルをダウンロード
Looker BigQuery拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Looker BigQuery |
ID | pgomiedfebnjfmaianaejjgonpeamblh |
公式URL | https://chromewebstore.google.com/detail/looker-bigquery/pgomiedfebnjfmaianaejjgonpeamblh |
説明 | 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 |
ファイルサイズ | 15.29 KB |
インストール数 | 217 |
現在のバージョン | 0.1.1 |
最終更新日 | 2017-06-15 |
公開日 | 2017-06-15 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | https://looker.com |
支払い方法 | free |
拡張機能のウェブサイト | https://looker.com/bigquery-extension |
対応言語 | 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" ] } |