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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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