GTM Copy Paste - TAGGRS

Easily copy GTM elements, save configurations, and enjoy server-side support with the Taggrs Copy Paste Extension

Cos'è GTM Copy Paste - TAGGRS?

GTM Copy Paste - TAGGRS è un'estensione di Chrome sviluppata da https://taggrs.io, e la sua funzione principale è "Easily copy GTM elements, save configurations, and enjoy server-side support with the Taggrs Copy Paste Extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GTM Copy Paste - TAGGRS

Scarica i file di estensione GTM Copy Paste - TAGGRS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Introducing GTM Copy Paste - TAGGRS: The Ultimate Chrome Extension for Effortless Tag, Trigger, and Variable Copying!

Are you tired of wasting precious time manually transferring tags, triggers, and variables between different containers in Google Tag Manager (GTM)? Look no further! GTM Copy Paste - TAGGRS is here to revolutionize your workflow and boost your productivity.

With GTM Copy Paste - TAGGRS, copying and pasting tags, triggers, and variables becomes a breeze. Say goodbye to the tedious and error-prone task of recreating your configurations from scratch. Our powerful chrome extension streamlines the entire process, allowing you to effortlessly duplicate your GTM setups with just a few clicks.

Key Features:

Seamless Copy-Paste Functionality: Save valuable time and eliminate the risk of manual errors. TAGGRS empowers you to duplicate tags, triggers, and variables with unparalleled ease. Simply select the desired elements, copy them, and paste them into your target container. It's that simple!

Server Side Support: Stay ahead of the curve and optimize your website's performance with server-side support. TAGGRS seamlessly integrates with server-side setups, enabling you to efficiently manage your GTM configurations across multiple environments.

Configuration Storage: Worried about losing your meticulously crafted configurations? Fret no more! TAGGRS offers a secure and convenient configuration storage solution. Save your setups for future use, access them whenever you need, and effortlessly apply them to different containers.

Streamlined Workflow: TAGGRS is designed with your convenience in mind. Its intuitive interface and user-friendly controls make navigating through GTM a breeze. Accelerate your workflow and experience a significant boost in productivity.

Error-Free Copying: Our chrome extension ensures that your copied tags, triggers, and variables are faithfully reproduced without any mistakes. Enjoy peace of mind knowing that your configurations are accurately replicated, leaving no room for errors or discrepancies.

Upgrade your GTM experience today and witness the power of GTM Copy Paste - TAGGRS. Take control of your workflow, enhance efficiency, and unlock a new level of productivity.

Join satisfied users who have already transformed their GTM workflow with TAGGRS. 

Happy Tagging!                    

Informazioni di Base sull'Estensione

Nome GTM Copy Paste - TAGGRS GTM Copy Paste - TAGGRS
ID dldmhlbkdamcgjkaoeomhkkojpkhafcf
URL Ufficiale https://chromewebstore.google.com/detail/gtm-copy-paste-taggrs/dldmhlbkdamcgjkaoeomhkkojpkhafcf
Descrizione Easily copy GTM elements, save configurations, and enjoy server-side support with the Taggrs Copy Paste Extension
Dimensione del File 532 KB
Conteggio Installazioni 209
Versione Corrente 1.0.6
Ultimo Aggiornamento 2023-09-22
Data di Pubblicazione 2023-06-12
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://taggrs.io
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://taggrs.io/wp-content/uploads/2022/12/privacy-taggrs.pdf
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.6",
    "author": "SoftCenter",
    "name": "GTM Copy Paste - TAGGRS",
    "description": "Easily copy GTM elements, save configurations, and enjoy server-side support with the Taggrs Copy Paste Extension",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "contextMenus",
        "notifications",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.62a5b9ec.js"
            ],
            "css": []
        }
    ],
    "key": "MHwwDQYJKoZIhvcNAQEBBQADawAwaAJhAMgNlzg0UyLeb2AYxBu9XsSCBMefcRGUpEuTgq6j3W+U9mkbCM6n9OPvnTVj5FScPexbEfEvkz+D5NgEe3Gs9lTlnhcinKQ2imwX6d8sZTVZPy4MW77xoT0aoSSz6WGBVwIDAQAB",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "433923140756-m92ia9g5pifs6r0o2d6hcr0bkiahspo9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/tagmanager.edit.containers"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.c86d568c.png"
            ]
        }
    ]
}