XTag Selector: Visual selection for trackers

Visual selection of page element, navigate to parent, build XTag Selector (for XTagManager and Schneider Electric Tag Manager)

XTag Selector: Visual selection for trackers là gì?

XTag Selector: Visual selection for trackers là một tiện ích mở rộng Chrome được phát triển bởi https://www.xtagmanager.com, và tính năng chính của nó là "Visual selection of page element, navigate to parent, build XTag Selector (for XTagManager and Schneider Electric Tag Manager)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng XTag Selector: Visual selection for trackers

Tải xuống các tệp mở rộng XTag Selector: Visual selection for trackers 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

                        XTag Selector allows to visually select any element in page and navigate to its parent when necessary. Then it builds a selector usable in XTagManager or Schneider Electric Tag Manager configurators.
• To enable/disable XTag Selector, click the toolbar icon.
• With the green selector, hover any element you want to select in current page.
• If you can't select the proper area, then select one of its content and click on [Select parent] until you've selected what you want.
• Right click on highlighted element, then choose the selector type:
► For Link(s) tracking: to select a set of  elements. If there's no  node in your selection, you'll be alerted.
► For Action tracking: to setup a click tracking with non-link elements, like button. To be used when previous option says there's no link.
► For Value extraction: to select text or number inside the selection, used for example by sales tracking (for this usage, if you are ony interested by number, you don't have to worry about currency or local separators, it will be properly formatted).
► For Area selection: to select anything. Useful for clickzone or search areas for example.

• The selector will be copied in clipboard and displayed on page until the next selection. You can also see it in Chrome console.
• To deactivate, click again on toolbar icon, on X-Selector tip at top-left corner, or type on Esc key, or switch on another tab.
*************************************************
XTag Selector node syntax is a simplification of XPath, but only selects significant ascendants, and choose them in a particular way, in order to be resistant to structure changes:
• ParentNode/ChlidNode/.../MyNode,  where a Node can be:
    ► id or @id : id of node
    ► tagName:className[index] : select tag with type and class (can be empty to retrieve all)
        DIV:row >> Select all DIV with class 'row', or only the first when ascendant.
        DIV:row[3] >> Select fourth DIV with class 'row'
        A:cta* >> Select all nodes with a class name containing 'cta".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XTag Selector: Visual selection for trackers XTag Selector: Visual selection for trackers
ID magbfemcfckboifcggcbnmljdofaeiil
URL Chính Thức https://chromewebstore.google.com/detail/xtag-selector-visual-sele/magbfemcfckboifcggcbnmljdofaeiil
Mô tả Visual selection of page element, navigate to parent, build XTag Selector (for XTagManager and Schneider Electric Tag Manager)
Kích Thước Tệp 70.08 KB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 4.4.0
Cập Nhật Lần Cuối 2019-10-07
Ngày Phát Hành 2019-10-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.xtagmanager.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XTag Selector: Visual selection for trackers",
    "manifest_version": 2,
    "short_name": "XTag Selector",
    "version": "4.4.0",
    "description": "Visual selection of page element, navigate to parent, build XTag Selector (for XTagManager and Schneider Electric Tag Manager)",
    "icons": {
        "16": "img\/16.png",
        "19": "img\/19.png",
        "24": "img\/24.png",
        "32": "img\/32.png",
        "38": "img\/38.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "options_page": "option.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/16bw.png",
            "19": "img\/19bw.png",
            "32": "img\/32bw.png",
            "38": "img\/38bw.png"
        },
        "default_title": "XTag Selector by XTagManager"
    },
    "web_accessible_resources": [],
    "permissions": [
        "clipboardWrite",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}