TickOps Extension

TickOps official extension

什么是TickOps Extension?

TickOps Extension是由https://tickops.com开发的Chrome扩展程序,该扩展的主要功能是“TickOps official extension”。

扩展截图

screenshot
screenshot
screenshot

下载TickOps Extension扩展crx文件

下载TickOps Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 TickOps Extension TickOps Extension
ID bepfghodbgfaipmaakcbgjobcfiecnhe
官方URL https://chromewebstore.google.com/detail/tickops-extension/bepfghodbgfaipmaakcbgjobcfiecnhe
简介 TickOps official extension
文件大小 304 KB
安装次数 290
当前版本 3.2.6
更新时间 2024-02-11
上架时间 2020-07-31
评分 5.00/5 共4次评分
开发者 https://tickops.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tickops.com
帮助页面URL https://tickops.com
隐私政策页面URL https://tickops.com/privacy-policy
支持的语言 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": [
                ""
            ]
        }
    ]
}