TagMan Implementation Helper
If there is a TagMan implementation on the current page you can view information about it.
TagMan Implementation Helper là gì?
TagMan Implementation Helper là một tiện ích mở rộng Chrome được phát triển bởi adams.sam, và tính năng chính của nó là "If there is a TagMan implementation on the current page you can view information about it.".
Ả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 TagMan Implementation Helper
Tải xuống các tệp mở rộng TagMan Implementation Helper 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
Shows a TagMan icon in the address bar/omnibox when TagMan is implemented on that page. Clicking this icon shows more detailed information about the implementation as well as information about the campaign activity currently recorded against that session. This can be used along side the "TagMan URL Changer" extension (for using test servers etc): https://chrome.google.com/webstore/detail/aepfachknffiglfeondjbmclhdingaad
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TagMan Implementation Helper |
ID | noajdpjhagodlelcnjojbjiclddckbca |
URL Chính Thức | https://chromewebstore.google.com/detail/tagman-implementation-hel/noajdpjhagodlelcnjojbjiclddckbca |
Mô tả | If there is a TagMan implementation on the current page you can view information about it. |
Kích Thước Tệp | 118 KB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2013-10-16 |
Ngày Phát Hành | 2013-10-16 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | adams.sam |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TagMan Implementation Helper", "manifest_version": 2, "icons": { "128": "128.png", "48": "48.png" }, "version": "0.1.0", "description": "If there is a TagMan implementation on the current page you can view information about it.", "background": { "scripts": [ "jquery.min.js", "Uri.min.js", "background.js" ] }, "page_action": { "default_icon": "48.png", "default_title": "Click for more details.", "default_popup": "popup.html" }, "permissions": [ "tabs", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ] } |