GA Copy & Paste by Onetomarket
This extension copies analytics goals.
What is GA Copy & Paste by Onetomarket?
GA Copy & Paste by Onetomarket is a Chrome extension developed by https://www.onetomarket.nl, and its main feature is "This extension copies analytics goals.".
Extension Screenshots
Download GA Copy & Paste by Onetomarket Extension CRX File
Download GA Copy & Paste by Onetomarket extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | GA Copy & Paste by Onetomarket |
ID | ejpokomdmhfpdgbjebmpdhmeolhefmfi |
Official URL | https://chromewebstore.google.com/detail/ga-copy-paste-by-onetomar/ejpokomdmhfpdgbjebmpdhmeolhefmfi |
Description | This extension copies analytics goals. |
File Size | 60.02 KB |
Installation Count | 100 |
Current Version | 1.3 |
Last Updated | 2014-04-29 |
Publish Date | 2014-04-29 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://www.onetomarket.nl |
Payment Type | free |
Supported Languages | 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" ] } |