GA Copy & Paste by Onetomarket
This extension copies analytics goals.
GA Copy & Paste by Onetomarket là gì?
GA Copy & Paste by Onetomarket là một tiện ích mở rộng Chrome được phát triển bởi https://www.onetomarket.nl, và tính năng chính của nó là "This extension copies analytics goals.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GA Copy & Paste by Onetomarket
Tải xuống các tệp mở rộng GA Copy & Paste by Onetomarket dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GA Copy & Paste by Onetomarket |
ID | ejpokomdmhfpdgbjebmpdhmeolhefmfi |
URL Chính Thức | https://chromewebstore.google.com/detail/ga-copy-paste-by-onetomar/ejpokomdmhfpdgbjebmpdhmeolhefmfi |
Mô tả | This extension copies analytics goals. |
Kích Thước Tệp | 60.02 KB |
Số Lần Cài Đặt | 100 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2014-04-29 |
Ngày Phát Hành | 2014-04-29 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.onetomarket.nl |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |