GTM Copy Paste - TAGGRS

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

Co to jest GTM Copy Paste - TAGGRS?

GTM Copy Paste - TAGGRS to rozszerzenie Chrome opracowane przez https://taggrs.io, a jego główną funkcją jest „Easily copy GTM elements, save configurations, and enjoy server-side support with the Taggrs Copy Paste Extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GTM Copy Paste - TAGGRS

Pobierz pliki rozszerzeń GTM Copy Paste - TAGGRS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa GTM Copy Paste - TAGGRS GTM Copy Paste - TAGGRS
ID dldmhlbkdamcgjkaoeomhkkojpkhafcf
Oficjalny URL https://chromewebstore.google.com/detail/gtm-copy-paste-taggrs/dldmhlbkdamcgjkaoeomhkkojpkhafcf
Opis Easily copy GTM elements, save configurations, and enjoy server-side support with the Taggrs Copy Paste Extension
Rozmiar pliku 532 KB
Liczba instalacji 209
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2023-09-22
Data Publikacji 2023-06-12
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper https://taggrs.io
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://taggrs.io/wp-content/uploads/2022/12/privacy-taggrs.pdf
Obsługiwane Języki 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"
            ]
        }
    ]
}