TickOps Extension

TickOps official extension

Was ist TickOps Extension?

TickOps Extension ist eine Chrome-Erweiterung, die von https://tickops.com entwickelt wurde, und ihr Hauptmerkmal ist "TickOps official extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

TickOps Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie TickOps Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TickOps Extension TickOps Extension
ID bepfghodbgfaipmaakcbgjobcfiecnhe
Offizielle URL https://chromewebstore.google.com/detail/tickops-extension/bepfghodbgfaipmaakcbgjobcfiecnhe
Beschreibung TickOps official extension
Dateigröße 304 KB
Installationsanzahl 290
Aktuelle Version 3.2.6
Letztes Update 2024-02-11
Veröffentlichungsdatum 2020-07-31
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://tickops.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tickops.com
Hilfeseite URL https://tickops.com
URL der Datenschutzrichtlinien-Seite https://tickops.com/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}