Interactive Tutorials for Google Analytics
Learn Google Analytics Has Never Been Easier
Vad är Interactive Tutorials for Google Analytics?
Interactive Tutorials for Google Analytics är en Chrome-tillägg utvecklad av https://mytips.co, och dess huvudfunktion är "Learn Google Analytics Has Never Been Easier".
Tilläggsskärmbilder
Ladda ner Interactive Tutorials for Google Analytics-förlängningens CRX-fil
Ladda ner Interactive Tutorials for Google Analytics-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mhpneldcjjndiemjmgcbfnckefebeihk |
| Officiell webbadress | https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk |
| Beskrivning | Learn Google Analytics Has Never Been Easier |
| Filstorlek | 18.05 KB |
| Antal Installationer | 56 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2015-09-15 |
| Publiceringsdatum | 2015-09-15 |
| Utvecklare | https://mytips.co |
| Betalningssätt | free |
| Tilläggswebbplats | https://mytips.co |
| Hjälpsida URL | https://mytips.co |
| Stödda Språk | 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"
]
} | |