Interactive Tutorials for Google Analytics
Learn Google Analytics Has Never Been Easier
Что такое Interactive Tutorials for Google Analytics?
Interactive Tutorials for Google Analytics - это расширение Chrome, разработанное https://mytips.co, и его основная функция - "Learn Google Analytics Has Never Been Easier".
Снимки экрана расширения
Скачать файл CRX расширения Interactive Tutorials for Google Analytics
Скачайте файлы расширений Interactive Tutorials for Google Analytics в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Learn by doing. Interactive on-screen tutorials are the fastest way to learn Google Analytics just within your account.
Simply install this extension and go to your GA dashboard. In the left-bottom corner, you'll find a question mark and all the tutorials that will answer your questions and help you become Google Analytics Pro. Основная информация о расширении
| Название | |
| ID | mhpneldcjjndiemjmgcbfnckefebeihk |
| Официальный URL | https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk |
| Описание | Learn Google Analytics Has Never Been Easier |
| Размер файла | 18.05 KB |
| Количество установок | 56 |
| Текущая Версия | 1.0.2 |
| Последнее Обновление | 2015-09-15 |
| Дата публикации | 2015-09-15 |
| Разработчик | https://mytips.co |
| Тип оплаты | free |
| Официальный сайт расширения | https://mytips.co |
| URL страницы помощи | https://mytips.co |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Interactive Tutorials for Google Analytics",
"description": "Learn Google Analytics Has Never Been Easier",
"version": "1.0.2",
"background": {
"persistent": true,
"page": "background.html"
},
"permissions": [
"webRequest",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "images\/19-icon.png",
"38": "images\/19-icon.png",
"128": "images\/128-ico.png"
},
"web_accessible_resources": [
"widget.js"
]
} | |