GTM Injector

Inject Google Tag Manager in any page!

Wat is GTM Injector?

GTM Injector is een Chrome-extensie ontwikkeld door digodat-extensions-admin, en de belangrijkste functie is "Inject Google Tag Manager in any page!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GTM Injector

Download GTM Injector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Google Tag Manager injector allows you to locally inject any GTM container on a given site and simulate its effects. 

This is a free extension and still in BETA!                    

Basisinformatie over de Extensie

Naam GTM Injector GTM Injector
ID jmclhcaokinpjpaiidbdfbampmlijbgh
Officiële URL https://chrome.google.com/webstore/detail/gtm-injector/jmclhcaokinpjpaiidbdfbampmlijbgh
Beschrijving Inject Google Tag Manager in any page!
Bestandsgrootte 258 KB
Aantal Installaties 4,000
Huidige Versie 0.2
Laatst Bijgewerkt 2021-04-13
Publicatiedatum 2019-10-01
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar digodat-extensions-admin
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GTM Injector",
    "description": "Inject Google Tag Manager in any page!",
    "version": "0.2",
    "icons": {
        "32": "injector-32.png",
        "48": "injector-on-48.png",
        "128": "injector-on-128.png"
    },
    "browser_action": {
        "default_popup": "popUp.html",
        "default_icon": {
            "32": "injector-32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}