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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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 |
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" ] } |