GTM Variable Builder
From Chrome Developer Console, highlight elements to get JavaScript code. Built by: Triangle Digital (Triangledigital.xyz)
GTM Variable Builder là gì?
GTM Variable Builder là một tiện ích mở rộng Chrome được phát triển bởi https://triangledigital.xyz, và tính năng chính của nó là "From Chrome Developer Console, highlight elements to get JavaScript code. Built by: Triangle Digital (Triangledigital.xyz)".
Ả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 Variable Builder
Tải xuống các tệp mở rộng GTM Variable Builder 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
GTM Variable Builder: This tool makes it easy for you to highlight key parts of a website, such as text, product IDs, prices, or page titles. Simply select the content you're interested in and click on the extension's icon. To check what you've highlighted, head over to the JS console in Google Chrome. Run the JavaScript code provided by the tool in the console. If it successfully captures your highlighted content, you can then use this in a custom Google Tag Manager variable, or in any other place where you need to submit product information, values, IDs, and so on.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GTM Variable Builder |
ID | feeboihdgpananoagfmbohoogoncndba |
URL Chính Thức | https://chromewebstore.google.com/detail/gtm-variable-builder/feeboihdgpananoagfmbohoogoncndba |
Mô tả | From Chrome Developer Console, highlight elements to get JavaScript code. Built by: Triangle Digital (Triangledigital.xyz) |
Kích Thước Tệp | 82.71 KB |
Số Lần Cài Đặt | 34,959 |
Phiên Bản Hiện Tại | 3.2 |
Cập Nhật Lần Cuối | 2024-02-26 |
Ngày Phát Hành | 2017-06-22 |
Đánh Giá | 4.44/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | https://triangledigital.xyz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://triangledigital.xyz/gtm-variable-builder |
URL Trang Trợ Giúp | https://koalendar.com/e/meet-with-a-triangle-digital-team-member |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GTM Variable Builder", "description": "From Chrome Developer Console, highlight elements to get JavaScript code. Built by: Triangle Digital (Triangledigital.xyz)", "version": "3.2", "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ], "permissions": [ "activeTab" ], "action": { "default_name": "Enable Remarketing Selector", "default_icon": "icon.png" } } |