Google Analytics Direct
Skips the annoying Google Analytics landing page and takes you directly to your dashboard
Google Analytics Directคืออะไร?
Google Analytics Direct เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jacobbrunson.me และคุณลักษณะหลักของมันคือ "Skips the annoying Google Analytics landing page and takes you directly to your dashboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Analytics Direct
ดาวน์โหลดไฟล์ส่วนขยาย Google Analytics Direct ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google Analytics has an annoying landing page where you must press "Sign Into Google Analytics" in order to get to your dashboard. This extension will automatically skip the landing page and take you directly to your dashboard.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Analytics Direct |
ID | cpmbdpbeioaohfejfnjpkogfligjbkpd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-analytics-direct/cpmbdpbeioaohfejfnjpkogfligjbkpd |
คำอธิบาย | Skips the annoying Google Analytics landing page and takes you directly to your dashboard |
ขนาดไฟล์ | 40.84 KB |
จำนวนการติดตั้ง | 158 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-07-25 |
วันที่เผยแพร่ | 2015-07-25 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://jacobbrunson.me |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Analytics Direct", "version": "1.0", "description": "Skips the annoying Google Analytics landing page and takes you directly to your dashboard", "permissions": [ "declarativeWebRequest", "*:\/\/www.google.com\/analytics\/" ], "background": { "scripts": [ "event_page.js" ], "persistent": false }, "manifest_version": 2 } |