GTM Copy Paste
Copy your Tags, Triggers and Variables and Paste them into any other account
GTM Copy Paste là gì?
GTM Copy Paste là một tiện ích mở rộng Chrome được phát triển bởi https://measureschool.com, và tính năng chính của nó là "Copy your Tags, Triggers and Variables and Paste them into any other account".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GTM Copy Paste
Tải xuống các tệp mở rộng GTM Copy Paste dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Easily Copy and Paste your Tags, Triggers, and Variables from one Google Tag Manager account to the next. Simply add them to the extension and then paste them into your intended account. Your items will be uploaded through the GTM API. You can put together your own menu of Tags, Triggers and Variables that you want to copy to another account. No more Container exports and reimports through the GTM Admin interface. Notes: - The relationship between Tags and Triggers will remain intact as long as they are part of the same "paste". - If an asset (Tag, Trigger or Variables) under the same name already exists, the extension will upload the asset with "- Copy" attached to the end of the name. - Currently, it's not possible to copy Built-In Variables, Folders and Custom Templates Updates: - Updated to fix the error that occurred when trying to copy single Triggers (May 2023) - Added Firebase OAuth Flow, you don't have to be logged in to Chrome to use the extension anymore - Added ability to Copy whole Containers into the paste Extension (May 2019) - Added ability to add all Tags, Triggers or Variables at once by right clicking on the item in the right Menu and adding them to the clipboard - Bug Fixes for larger uploads - Dec, 2019 - Bug fixes FAQ: - I'm having problems with the authentication. After I click the extension a window opens, but nothing happens? This issue maybe caused by Cloudflares spam protection. Please visit auth.measureschool.com and pass the Captcha protection. Then try again. - Can I copy Built-In Variables, Folders and Custom Templates? No, this is currently not supported - I'm getting a Error when uploading certain Tags. This maybe caused by tags with a Tag Sequencing relationship to another tag, which is not part of the paste. I'd recommend to disable the Tag Sequencing option from the tag first and then re-copy the tag into the clipboard, before retrying the paste
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GTM Copy Paste |
ID | mhhidgiahbopjapanmbflpkcecpciffa |
URL Chính Thức | https://chromewebstore.google.com/detail/gtm-copy-paste/mhhidgiahbopjapanmbflpkcecpciffa |
Mô tả | Copy your Tags, Triggers and Variables and Paste them into any other account |
Kích Thước Tệp | 726 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 0.1.9 |
Cập Nhật Lần Cuối | 2023-05-24 |
Ngày Phát Hành | 2020-06-07 |
Đánh Giá | 4.35/5 Tổng số 40 Đánh Giá |
Nhà Phát Triển | https://measureschool.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://measureschool.com/gtmcopypaste |
URL Trang Trợ Giúp | https://measureschool.com/gtmcopypaste |
URL Trang Chính Sách Bảo Mật | https://measureschool.com/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GTM Copy Paste", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2kJFQQXhGoGjDRnBTta3uphkaWx6lAJGG99Yo6A+ce74No8Vpq3A1RPKAL2oPhzo9eqe9pLqSwWZFOq5qc8keT6KjZ2fvQh5VQj9iHuMkv1veOYZOzrL7jCrh4JnNu4VL3ej71PYi\/Le+PyxbBbz3e\/7t+H02HBGkORwZkafmmNzr7ORPRneofVPRWeziyR+DYF9etWaDstCv5hpug5In3RexT+Zs\/KOFLFT3\/EzlnYHbsu1wEi4LHI7eaZS4EgSXgxT3ehh\/bwCyMtuFz3bt57iOvdNqUvmOR9OnWqBDYF1BctYaMTPKSpxiVV\/sEzye5jz0P7hJnIS2GHXo3KvzQIDAQAB", "version": "0.1.9", "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/apis.google.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "manifest_version": 2, "description": "Copy your Tags, Triggers and Variables and Paste them into any other account", "homepage_url": "http:\/\/measureschool.com", "icons": { "16": "icons\/gtmCopy16x16.png", "48": "icons\/gtmCopy48x48.png", "144": "icons\/gtmCopy144x144.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/gtmCopy16x16.png", "default_title": "GTM Copy Paste" }, "permissions": [ "contextMenus", "https:\/\/tagmanager.google.com\/*", "https:\/\/measureschool.com\/*", "storage", "tabs", "notifications" ], "content_scripts": [ { "matches": [ "https:\/\/tagmanager.google.com\/*" ], "js": [ "src\/content\/content.js" ] } ] } |