GTM Change History

This is an addon for google tag manager it shows all changes to a tag, trigger or variable in your gtm container.

GTM Change History क्या है?

GTM Change History http://marketlytics.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an addon for google tag manager it shows all changes to a tag, trigger or variable in your gtm container."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में GTM Change History एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easily see all the changes made to a particular Tag / Trigger / Variable in a google tag manager container.

Install the extension > Open any tag / trigger / variable and see when and by who the item was:
- last changed
- last published
- created

Also see full history of all activities to an item.

The extension was born out of our own frustration at marketlytics trying to figure out what had happened to each tag. Its especially helpful if you have several people collaborating on a container or if you want to get a gist of whats happened to each item over the different versions.

This uses Tag Managers built in Recent Activity feature and organizes it in a way to be instantly more helpful.

Share any feedback to @hu_me or @marketlytics on twitter.

No data leaves your browser and all the data is fetched and processed in your chrome browser.                    

एक्सटेंशन की मूल जानकारी

नाम GTM Change History GTM Change History
ID nponbdjfhdiogimkkdhjhoobjgfjcike
आधिकारिक URL https://chrome.google.com/webstore/detail/gtm-change-history/nponbdjfhdiogimkkdhjhoobjgfjcike
विवरण This is an addon for google tag manager it shows all changes to a tag, trigger or variable in your gtm container.
फ़ाइल का आकार 1.4 MB
स्थापना संख्या 331
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-04-21
प्रकाशन तिथि 2016-04-21
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर http://marketlytics.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://marketlytics.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GTM Change History",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "This is an addon for google tag manager it shows all changes to a tag, trigger or variable in your gtm container.",
    "icons": {
        "16": "images\/new-logo-16.png",
        "128": "images\/new-logo-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts.babel\/chromereload.js",
            "scripts.babel\/background.js"
        ]
    },
    "permissions": [
        "background",
        "tabs",
        "webRequest",
        "*:\/\/*.google.com\/",
        "storage"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/new-logo-128.png",
            "38": "images\/new-logo-128.png"
        },
        "default_title": "tagmanager_history",
        "default_popup": "popup.html"
    },
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Toggle feature foo"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            }
        }
    }
}