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 هو إضافة Chrome تم تطويرها بواسطة https://looker.com، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Looker BigQuery

قم بتنزيل ملفات الامتداد Looker BigQuery بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Looker BigQuery 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"
    ]
}