GA Copy & Paste by Onetomarket
This extension copies analytics goals.
GA Copy & Paste by Onetomarketคืออะไร?
GA Copy & Paste by Onetomarket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.onetomarket.nl และคุณลักษณะหลักของมันคือ "This extension copies analytics goals."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GA Copy & Paste by Onetomarket
ดาวน์โหลดไฟล์ส่วนขยาย GA Copy & Paste by Onetomarket ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Google Analytics Copy & Paste does what it says. It makes it extremely easy to copy goals from one profile to another in the new interface of Google Analytics en Universal Analytics! It saves a lot of time when you want a new goal into a lot of existing profiles. It assists the user with all four goaltypes that are available in Google Analytics and copies all settings. Google Analytics Copy & Paste uses a user friendly interface that is only visible when you are using Google Analytics in the active Chrome browser tab. So it will not disturb your browsing experience. We are also planning the support of copying Google Analytics filters.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GA Copy & Paste by Onetomarket |
ID | ejpokomdmhfpdgbjebmpdhmeolhefmfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ga-copy-paste-by-onetomar/ejpokomdmhfpdgbjebmpdhmeolhefmfi |
คำอธิบาย | This extension copies analytics goals. |
ขนาดไฟล์ | 60.02 KB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2014-04-29 |
วันที่เผยแพร่ | 2014-04-29 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.onetomarket.nl |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GA Copy & Paste by Onetomarket", "short_name": "GA Copy & Paste", "description": "This extension copies analytics goals.", "version": "1.3", "author": "Job Castrop", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "19": "icon19.png", "48": "icon.png", "128": "icon.png" }, "default_title": "Google Analytics Copy & Paste", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/analytics\/*" ], "js": [ "jquery.min.js", "paste.js" ] } ], "permissions": [ "activeTab", "storage", "declarativeContent" ] } |