GTM Injector

Inject Google Tag Manager in any page!

Qu'est-ce que GTM Injector ?

GTM Injector est une extension Chrome développée par digodat-extensions-admin, et sa fonction principale est "Inject Google Tag Manager in any page!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GTM Injector

Téléchargez les fichiers d'extension GTM Injector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom GTM Injector GTM Injector
ID jmclhcaokinpjpaiidbdfbampmlijbgh
URL Officiel https://chrome.google.com/webstore/detail/gtm-injector/jmclhcaokinpjpaiidbdfbampmlijbgh
Description Inject Google Tag Manager in any page!
Taille du Fichier 258 KB
Nombre d'Installations 4,000
Version Actuelle 0.2
Dernière Mise à Jour 2021-04-13
Date de Publication 2019-10-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur digodat-extensions-admin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}