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
Cos'è Looker BigQuery?
Looker BigQuery è un'estensione di Chrome sviluppata da https://looker.com, e la sua funzione principale è "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".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Looker BigQuery
Scarica i file di estensione Looker BigQuery in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                                             Informazioni di Base sull'Estensione
| Nome |   |  
| ID | pgomiedfebnjfmaianaejjgonpeamblh | 
| URL Ufficiale | https://chromewebstore.google.com/detail/looker-bigquery/pgomiedfebnjfmaianaejjgonpeamblh | 
| Descrizione | 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 | 
| Dimensione del File | 15.29 KB | 
| Conteggio Installazioni | 217 | 
| Versione Corrente | 0.1.1 | 
| Ultimo Aggiornamento | 2017-06-15 | 
| Data di Pubblicazione | 2017-06-15 | 
| Valutazione | 2.50/5 Totale 2 Valutazioni | 
| Sviluppatore | https://looker.com | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://looker.com/bigquery-extension | 
| Lingue Supportate | 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"
    ]
}  |  |