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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Interactive Tutorials for Google Analytics |
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 |
عنوان صفحة المساعدة | 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" ] } |