Tealium Tools

Enhance your Tealium implementations by evaluating your website data and tags through a variety of helpful tools.

Tealium Toolsคืออะไร?

Tealium Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tealium และคุณลักษณะหลักของมันคือ "Enhance your Tealium implementations by evaluating your website data and tags through a variety of helpful tools."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tealium Tools

ดาวน์โหลดไฟล์ส่วนขยาย Tealium Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Users of Tealium iQ, the company’s award-winning tag management solution, and other digital marketing action products will benefit from some of the key functions found in this extension:

1. Scan Companion

Users may manually traverse key web pages and collect information needed to evaluate the implementation of tags on the pages. After uploading the results of the scan, users can determine which pages are being managed through Tealium iQ, and whether some tags are falling outside the control of your tag management system.

2. Web Companion

Evaluating the data layer of your web site is a snap with this handy tool. You can see all the cookies, JavaScript variables, and other key data elements needed to create your tag management rules and data distribution strategies. It’s fully integrated with Tealium iQ so evaluating the tags, extensions, and load rules for any page being managed can be easily evaluated.

3. AudienceStream Trace

Users of Tealium AudienceStream, an audience segmentation and real-time action engine, can easily assess the accuracy of different visitor attributes and segments. With Trace, you gain the ability to observe every detail of your desired workflow, to ensure attributes are updated correctly, rules are dialed in, and actions fire as desired.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tealium Tools Tealium Tools
ID gidnphnamcemailggkemcgclnjeeokaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tealium-tools/gidnphnamcemailggkemcgclnjeeokaa
คำอธิบาย Enhance your Tealium implementations by evaluating your website data and tags through a variety of helpful tools.
ขนาดไฟล์ 2.13 MB
จำนวนการติดตั้ง 33,117
เวอร์ชันปัจจุบัน 1.14.4
อัปเดตครั้งล่าสุด 2020-03-15
วันที่เผยแพร่ 2020-03-15
คะแนน 4.46/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา Tealium
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://tealium.com
URL หน้าช่วยเหลือ https://community.tealiumiq.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tealium Tools",
    "version": "1.14.4",
    "description": "Enhance your Tealium implementations by evaluating your website data and tags through a variety of helpful tools.",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "cookies",
        "notifications",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/handlebars-v4.12.0.js",
                "js\/content\/contentBundle.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/inject\/grabUtid.min.js",
        "js\/inject\/grabUdo.min.js",
        "js\/inject\/launchWebCompanion.min.js",
        "js\/inject\/traceKillVisitorSession.min.js",
        "js\/inject\/checkUtagEnv.min.js",
        "js\/inject\/checkUtagVersion.min.js",
        "js\/inject\/grabUtuiEmail.min.js",
        "js\/inject\/grabDimensionId.min.js",
        "js\/inject\/grabExperiments.min.js",
        "js\/inject\/postNewDimension.min.js",
        "js\/inject\/grabSwitcherInfo.min.js",
        "css\/contentStyles.css",
        "css\/font-awesome.min.css",
        "fonts\/OpenSans-Light.ttf",
        "fonts\/OpenSans-Regular.ttf",
        "fonts\/OpenSans-Semibold.ttf",
        "fonts\/OpenSans-Bold.ttf",
        "fonts\/glyphicons-halflings-regular.woff",
        "fonts\/glyphicons-halflings-regular.ttf",
        "images\/tealium-footer-logo.png"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/action_icon_19.png",
            "38": "images\/action_icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/manifest_icon_16.png",
        "48": "images\/manifest_icon_48.png",
        "64": "images\/manifest_icon_64.png",
        "128": "images\/manifest_icon_128.png"
    },
    "content_security_policy": "default-src * 'self' 'unsafe-inline' *; script-src-elem 'unsafe-inline' 'self' 'unsafe-eval' https:\/\/dl.dropboxusercontent.com\/ https:\/\/solutions.tealium.net\/ https:\/\/tealium-tools.s3.amazonaws.com\/ ;script-src 'self' 'unsafe-eval' https:\/\/dl.dropboxusercontent.com\/ https:\/\/solutions.tealium.net\/ https:\/\/tealium-tools.s3.amazonaws.com\/; object-src 'self' ; child-src * 'self' 'unsafe-inline' 'unsafe-eval'; connect-src *; style-src 'self' 'unsafe-inline'; img-src * 'unsafe-inline' 'self' *",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.optimizely.com\/*"
        ]
    }
}