Da Vinci Tools

The Supermetrics Google Marketing Platform power tools for smart digital marketers and analysts.

Da Vinci Toolsとは何ですか?

Da Vinci ToolsはSupermetricsによって開発されたChromeの拡張機能で、その主な機能は「The Supermetrics Google Marketing Platform power tools for smart digital marketers and analysts.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Da Vinci Tools拡張機能のCRXファイルをダウンロード

Da Vinci Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Da Vinci Tools brings handy enhancements to Google Analytics, Google Tag Manager, Google Ads and Data Studio.

Google Ads (aka AdWords):
▻ Table Heat Maps

Google Analytics:
▻ Go directly to UA Config Variable from a GA Tag
▻ Revert/Refund transactions or individual items [1]
▻ Remember the last report you were on
▻ Easily turn off tracking for the specified properties (for you only)
▻ Keep the report and table header at the top when scrolling
▻ Show view name in tab title
▻ Highlight high/low points in overview graphs
▻ Table heat map
▻ Simplified table comparison when using multiple data ranges
▻ Confidence Test calculator
▻ Create request for Reporting API v4, GSheet Addon or Supermetrics based on the current report settings
▻ Add several options to the date picker
▻ Handle pop-up link when Page is prefixed with Hostname using a filter
▻ Easily clear all segments to get back to "All Users"
▻ Pin a default segment instead of "All Users"

Google Tag Manager:
▻ Create a new Tag/Trigger/Variable from the Overview pane
▻ RegEx are validated for Trigger rules and RegEx Table Lookup Variables
▻ Search filters to display only Tags/Triggers/Variables
▻ Pause/Unpause tags directly from the Tags tab
▻ Inject your own GTM container on any page you want
▻ Easily copy/paste values from/to RegEx and Table Lookup variables
▻ Remember the last container you were on
▻ Remember your sorting preference for Overview, Tags, Triggers and Variables
▻ Make central table sticky & other UX improvements
▻ Easily turn off the specified container (for you only)
▻ Turn all built-in variables on/off at once
▻ Dark themed editor
▻ Show container name in tab title
▻ Automatically create a code block when creating a new custom JavaScript variable or custom HRML tag
▻ Code beautification for custom HTML tags and custom JavaScript variables
▻ Highlight vars in code editor
▻ Sort fields, custom dimensions and metrics when editing a GA tag
▻ Tidy GTM Preview
▻ Exit GTM Preview easily from the Preview window
▻ Remember if GTM Preview was minimized or expanded when navigating
▻ Allow Ctrl-C/Right-Click Copy to copy selected code when in Preview Mode

Data Studio:
▻ Automatically show sampling
▻ Auto-refresh the dashboard at the desired interval

Da Vinci Tools is another creation of Stéphane Hamel, the original author of the Web Analytics Solution Profiler (WASP) extension for tags auditing & debugging used by over 50,000 users.

[1] Those items requires access to your Google Analytics data.

Privacy Policy in Simple Terms: Da Vinci Tools doesn't collect/store your data - at all. Google Analytics data access is required for some features[1]. Chrome extension usage is tracked automatically by the Chrome Web Store. You can opt-in to share your email and usage to help improve this tool. This data will not be shared or used for other purposes. Read the full privacy policy linked on the right.                    

拡張機能の基本情報

名前 Da Vinci Tools Da Vinci Tools
ID pekljbkpgnpphbkgjbfgiiclemodfpen
公式URL https://chromewebstore.google.com/detail/da-vinci-tools/pekljbkpgnpphbkgjbfgiiclemodfpen
説明 The Supermetrics Google Marketing Platform power tools for smart digital marketers and analysts.
ファイルサイズ 1.2 MB
インストール数 20,000
現在のバージョン 2021.7.9
最終更新日 2021-07-12
公開日 2020-06-24
評価 4.75/5 合計 32 レビュー
開発者 Supermetrics
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://davinci.tools
ヘルプページのURL https://support.davinci.tools
プライバシーポリシーページのURL https://supermetrics.com/privacy-policy-da-vinci
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Da Vinci Tools",
    "short_name": "Da Vinci Tools",
    "homepage_url": "https:\/\/www.davinci.tools?utm_medium=app&utm_source=davinci&utm_campaign=davinci&utm_content=extensions",
    "description": "__MSG_extHeadline__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "20": "img\/icon20.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png",
        "256": "img\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "70",
    "options_ui": {
        "page": "\/htm\/options.htm#about",
        "chrome_style": true
    },
    "background": {
        "page": "\/htm\/background.htm"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "DaVinci Tools by Supermetrics",
        "default_popup": "\/htm\/popup.htm"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ads.google.com\/aw\/*"
            ],
            "js": [
                "\/aw.js"
            ],
            "css": [
                "\/aw.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/datastudio.google.com\/reporting\/*",
                "https:\/\/datastudio.google.com\/*\/reporting\/*"
            ],
            "js": [
                "\/ds.js"
            ],
            "css": [
                "\/ds.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/analytics.google.com\/analytics\/web\/*"
            ],
            "js": [
                "gaWeb.js"
            ],
            "css": [
                "gaWeb.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/analytics.google.com\/analytics\/app\/*"
            ],
            "js": [
                "gaApp.js"
            ],
            "css": [
                "gaApp.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/tagmanager.google.com\/*"
            ],
            "js": [
                "gtm.js"
            ],
            "css": [
                "gtm.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/previewInit.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "gcm",
        "https:\/\/www.google-analytics.com\/collect*",
        "https:\/\/www.google-analytics.com\/r\/collect*",
        "https:\/\/stats.g.doubleclick.net\/r\/collect*",
        "https:\/\/www.google.com\/ads\/ga-audiences*",
        "https:\/\/www.googletagmanager.com\/gtm.js*",
        "https:\/\/www.googletagmanager.com\/ns.html",
        "https:\/\/analytics.google.com\/analytics\/web\/*",
        "https:\/\/tagmanager.google.com\/*"
    ],
    "optional_permissions": [
        "identity",
        "identity.email",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js https:\/\/*.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/*.supermetrics.com\/; object-src 'self';",
    "oauth2": {
        "client_id": "345694079989-n24r3v7hghp11f2f9sl272j1i6hqnfap.apps.googleusercontent.com",
        "scopes": []
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkoPnmI5DZr25KW+ez+HV4nsNrXHC1NotFvnEvqe2sZrOWf\/jFBtJ5CfxW2c9q\/CMurn6S0qm54ybjgBKCl9MsA3h5Qm8lDolD901obTewnzYjgvcEIUMO4x4olZIke\/nUPfB0tWAfzlH9Hu7X3uCGUSav6noSgNDzOZgP7dgQDm6jZnL8I+BkBBvx9K30ruD5NOtWuaXyWfEYtwAsVlyL1yKwVM8A8sGBOCLkxSuwO7oYrlqvnsx9V17dP5ojqfT1bAu8DSdxniCsMqFupL9kYWf+fIvC+gvr5A3Mo3hRs5IkEuy+RycW3J6rIGJbeAdV+i\/x4gwlKBhJQkFg+Lk8QIDAQAB",
    "web_accessible_resources": [
        "*.png",
        "*.css",
        "gtmPreviewIframe.js",
        "gtmPreviewIframe.css"
    ],
    "version": "2021.7.9"
}