Event Code Builder (by OM)

Facebook Pixel & Google Analytics

Event Code Builder (by OM) là gì?

Event Code Builder (by OM) là một tiện ích mở rộng Chrome được phát triển bởi https://www.growwithom.com, và tính năng chính của nó là "Facebook Pixel & Google Analytics".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Event Code Builder (by OM)

Tải xuống các tệp mở rộng Event Code Builder (by OM) 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

                        Facebook and Google Event Code Builder (by OM) is a productivity tool for digital marketing professionals that simply takes your event parameters and builds your custom event code right in your Chrome browser. You then copy the code & paste it into Google Tag Manager or directly into your website builder.

Developed to save time by efficiently generating custom event code while never leaving your Chrome browser (or even your tab). The tool is free and saves you time setting up traceability to accurately measure campaigns & events across search and social.

Event Code Builder (by OM) is easy to use:
     1. Select your platform (Facebook or Google Analytics)
     2. Choose your event type
     3. Add custom event labels
     4. Copy code!

Creating code is not difficult but it is tedious and time consuming. As fellow digital marketers, we created Event Code Builder (by OM) to simplify the process and avoid potential errors!                    

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

Tên Event Code Builder (by OM) Event Code Builder (by OM)
ID ojmckliekdpjjkpalggmmdcfmpocmgbe
URL Chính Thức https://chromewebstore.google.com/detail/event-code-builder-by-om/ojmckliekdpjjkpalggmmdcfmpocmgbe
Mô tả Facebook Pixel & Google Analytics
Kích Thước Tệp 431 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.1.14
Cập Nhật Lần Cuối 2020-10-10
Ngày Phát Hành 2020-07-21
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.growwithom.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.growwithom.com/contact/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.14",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [],
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "32": "icons\/icon-32.png",
        "38": "icons\/icon-38.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "OM Event Code Builder",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "38": "icons\/icon-38.png"
        }
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}