GA Copy & Paste by Onetomarket

This extension copies analytics goals.

GA Copy & Paste by Onetomarket क्या है?

GA Copy & Paste by Onetomarket https://www.onetomarket.nl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension copies analytics goals."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GA Copy & Paste by Onetomarket एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}