TickOps Extension

TickOps official extension

What is TickOps Extension?

TickOps Extension is a Chrome extension developed by https://tickops.com, and its main feature is "TickOps official extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download TickOps Extension Extension CRX File

Download TickOps Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TickOps Extension TickOps Extension
ID bepfghodbgfaipmaakcbgjobcfiecnhe
Official URL https://chromewebstore.google.com/detail/tickops-extension/bepfghodbgfaipmaakcbgjobcfiecnhe
Description TickOps official extension
File Size 304 KB
Installation Count 290
Current Version 3.2.6
Last Updated 2024-02-11
Publish Date 2020-07-31
Rating 5.00/5 Total 4 Ratings
Developer https://tickops.com
Email [email protected]
Payment Type free
Extension Website https://tickops.com
Help Page URL https://tickops.com
Privacy Policy Page URL https://tickops.com/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}