TickOps Extension

TickOps official extension

TickOps Extension là gì?

TickOps Extension là một tiện ích mở rộng Chrome được phát triển bởi https://tickops.com, và tính năng chính của nó là "TickOps official extension".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TickOps Extension

Tải xuống các tệp mở rộng TickOps Extension 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

                        The TickOps extension provides brokers with inventory information for Ticketmaster and Live Nation ticket markets for research purposes.  The extension also can bookmark and save specific events to the TickOps web portal for further research and analysis.

For more information, to request a demo/trial or provide feedback please visit our website.                    

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

Tên TickOps Extension TickOps Extension
ID bepfghodbgfaipmaakcbgjobcfiecnhe
URL Chính Thức https://chromewebstore.google.com/detail/tickops-extension/bepfghodbgfaipmaakcbgjobcfiecnhe
Mô tả TickOps official extension
Kích Thước Tệp 304 KB
Số Lần Cài Đặt 290
Phiên Bản Hiện Tại 3.2.6
Cập Nhật Lần Cuối 2024-02-11
Ngày Phát Hành 2020-07-31
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://tickops.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tickops.com
URL Trang Trợ Giúp https://tickops.com
URL Trang Chính Sách Bảo Mật https://tickops.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TickOps Extension",
    "description": "TickOps official extension",
    "version": "3.2.6",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "TickOps",
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon-48.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "popup\/js\/jquery.min.js",
                "scripts\/content.js",
                "scripts\/inject\/requests\/xhook.min.js",
                "scripts\/inject.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/tickops.com",
    "permissions": [
        "activeTab",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/localhost\/*",
        "http:\/\/localhost:8090\/*",
        "https:\/\/.tickops.com\/*",
        "https:\/\/tickops.com\/*",
        "https:\/\/backend.tickops.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/scripts\/inject\/requests\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}