GA Copy & Paste by Onetomarket

This extension copies analytics goals.

¿Qué es GA Copy & Paste by Onetomarket?

GA Copy & Paste by Onetomarket es una extensión de Chrome desarrollada por https://www.onetomarket.nl, y su función principal es "This extension copies analytics goals.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión GA Copy & Paste by Onetomarket

Descarga archivos de extensión GA Copy & Paste by Onetomarket en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre GA Copy & Paste by Onetomarket GA Copy & Paste by Onetomarket
ID ejpokomdmhfpdgbjebmpdhmeolhefmfi
URL Oficial https://chromewebstore.google.com/detail/ga-copy-paste-by-onetomar/ejpokomdmhfpdgbjebmpdhmeolhefmfi
Descripción This extension copies analytics goals.
Tamaño del Archivo 60.02 KB
Cantidad de Instalaciones 100
Versión Actual 1.3
Última Actualización 2014-04-29
Fecha de Publicación 2014-04-29
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador https://www.onetomarket.nl
Tipo de Pago free
Idiomas Soportados 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"
    ]
}