GTM Copy Paste - TAGGRS

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

什么是GTM Copy Paste - TAGGRS?

GTM Copy Paste - TAGGRS是由https://taggrs.io开发的Chrome扩展程序,该扩展的主要功能是“Easily copy GTM elements, save configurations, and enjoy server-side support with the Taggrs Copy Paste Extension”。

扩展截图

screenshot
screenshot

下载GTM Copy Paste - TAGGRS扩展crx文件

下载GTM Copy Paste - TAGGRS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 GTM Copy Paste - TAGGRS GTM Copy Paste - TAGGRS
ID dldmhlbkdamcgjkaoeomhkkojpkhafcf
官方URL https://chromewebstore.google.com/detail/gtm-copy-paste-taggrs/dldmhlbkdamcgjkaoeomhkkojpkhafcf
简介 Easily copy GTM elements, save configurations, and enjoy server-side support with the Taggrs Copy Paste Extension
文件大小 532 KB
安装次数 209
当前版本 1.0.6
更新时间 2023-09-22
上架时间 2023-06-12
评分 4.33/5 共6次评分
开发者 https://taggrs.io
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://taggrs.io/wp-content/uploads/2022/12/privacy-taggrs.pdf
支持的语言 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"
            ]
        }
    ]
}