Looker Studio Companion

Boosting Looker Studio (formerly Google Data Studio) user interface & features to improve your productivity & reports performance

Looker Studio Companionคืออะไร?

Looker Studio Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.wissi.fr และคุณลักษณะหลักของมันคือ "Boosting Looker Studio (formerly Google Data Studio) user interface & features to improve your productivity & reports performance"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Looker Studio Companion

ดาวน์โหลดไฟล์ส่วนขยาย Looker Studio Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Looker Studio companion is a free extension for Google Chrome browser. It is created to help users building reports and dashboards inside what is formerly known as Google Data Studio.

This plugin boosts Looker Studio user interface and features to improve your productivity & reports performance.

For this first version, LS companion includes the following features.

* Resources
The first tab proposes resources links we frequently need when we work on Looker Studio:
- Functions reference to build calculated fields
- Regex checker to test regular expressions for our chart filters or formula functions
- Date formats reference
- Unicode characters
- Icon library
- …but also, as secondary resources…
- Looker Studio help
- Measure Slack channel dedicated to Looker Studio
- LS bug trackers
- Looker Studio release notes
- Google Cloud Services Status

* Data sources : Fields management
A good Looker Studio data source is a data source listing only relevant fields for your report or because of your measurement scope.

The second tab allows to load your data source fields, filter them and disable/enable through bulk actions:
- Dropdown menu to select one of your report data sources
- Button to show the related fields
- Form field to filter the list by field name (with or without regular expression)
- Bulk actions to disable or enable selected or all fields
- Fields list for selection or unitary activation/deactivation
- Footer with a count summary of dimensions and metrics

* Settings
4 options are available in this tab:
- Widen the chart formula field with you need more space to write your calculated field
- Display field names in style tab for table charts
- Obfuscations options
  - Obfuscate text content of all Looker Studio interface
  - (new v.0.5) Mix text values of your charts
  - (new v.0.5) Mix numeric values of your charts                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Looker Studio Companion Looker Studio Companion
ID jalbacknfjchpjndgppbhlndlnbmipjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/looker-studio-companion/jalbacknfjchpjndgppbhlndlnbmipjm
คำอธิบาย Boosting Looker Studio (formerly Google Data Studio) user interface & features to improve your productivity & reports performance
ขนาดไฟล์ 3.01 MB
จำนวนการติดตั้ง 1,409
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2022-12-13
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.wissi.fr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://extension.withlookerstudio.com/
URL หน้าช่วยเหลือ https://extension.withlookerstudio.com/feedback/
URL หน้านโยบายความเป็นส่วนตัว https://extension.withlookerstudio.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Looker Studio Companion",
    "author": "Mehdi Oudjida",
    "description": "Boosting Looker Studio (formerly Google Data Studio) user interface & features to improve your productivity & reports performance",
    "version": "0.6",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "16": "looker_studio_companion_16.png",
        "32": "looker_studio_companion_32.png",
        "48": "looker_studio_companion_48.png",
        "128": "looker_studio_companion_128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/datastudio.google.com\/*",
                "https:\/\/lookerstudio.google.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/datastudio.google.com\/",
        "https:\/\/lookerstudio.google.com\/",
        "https:\/\/www.wissi.fr\/"
    ]
}