Movable Ink Behavior Tracking

Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.

Movable Ink Behavior Trackingคืออะไร?

Movable Ink Behavior Tracking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Movable Ink และคุณลักษณะหลักของมันคือ "Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Movable Ink Behavior Tracking

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

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

                        Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.                    

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

ชื่อ Movable Ink Behavior Tracking Movable Ink Behavior Tracking
ID icfallhogjlkfkcojmplakniiofcllgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/movable-ink-behavior-trac/icfallhogjlkfkcojmplakniiofcllgi
คำอธิบาย Movable Ink's Chrome Extension will help you see if your behavior tracking events are firing correctly.
ขนาดไฟล์ 219 KB
จำนวนการติดตั้ง 873
เวอร์ชันปัจจุบัน 1.4.3
อัปเดตครั้งล่าสุด 2024-02-23
วันที่เผยแพร่ 2020-06-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Movable Ink
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://movableink.com/
URL หน้านโยบายความเป็นส่วนตัว https://movableink.com/legal/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Movable Ink Behavior Tracking",
    "version": "1.4.3",
    "manifest_version": 3,
    "icons": {
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "cookies",
        "webRequest",
        "background",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png"
        },
        "default_title": "Movable Ink Behavior Tracking",
        "default_popup": "popup.html"
    }
}