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
公式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"
    ]
}