GA Copy & Paste by Onetomarket

This extension copies analytics goals.

什麼是GA Copy & Paste by Onetomarket?

GA Copy & Paste by Onetomarket是由https://www.onetomarket.nl開發的Chrome擴展程式,該擴展的主要功能是“This extension copies analytics goals.”。

擴展截圖

screenshot

下載GA Copy & Paste by Onetomarket擴展crx文件

下載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 GA Copy & Paste by Onetomarket
ID ejpokomdmhfpdgbjebmpdhmeolhefmfi
官方網址 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"
    ]
}