Da Vinci Tools

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

Что такое Da Vinci Tools?

Da Vinci Tools - это расширение Chrome, разработанное Supermetrics, и его основная функция - "The Supermetrics Google Marketing Platform power tools for smart digital marketers and analysts.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Da Vinci Tools

Скачайте файлы расширений 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
Электронная почта [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"
}