Q.intel

Q.intel is the only extension you need to make sense of the live event market. Designed by options traders and ticket brokers,…

Was ist Q.intel?

Q.intel ist eine Chrome-Erweiterung, die von https://www.qualiainvestments.com/browser-extension entwickelt wurde, und ihr Hauptmerkmal ist "Q.intel is the only extension you need to make sense of the live event market. Designed by options traders and ticket brokers,…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Q.intel-Erweiterungs-CRX-Datei herunterladen

Laden Sie Q.intel-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

                        Q.intel is the only extension you need to make sense of the live event market. 
Designed by options traders and ticket brokers, Q.intel gives you the best data infrastructure available.


Trade better, with better tools. 
Get access to a universe of Ticketmaster, Stubhub and TM+ data from the past, present and future.
Interact with event data like never before. Integrate with your slack or email to react quickly to dynamic pricing changes. Always catch drops. Do you research through advanced search and make better decisions.

-Easy Search:
Navigate 5 years and +18b in transactional volume for live events on primary and secondary databases

-Powerful Data:
Access Major Ticket Exchanges for both primary and secondary markets with a data driven lens and synthesize data like never before. Visualize supply and pricing changes over time for your next purchase.

-Real-Time Notifications:
Track supply changes, dynamic pricing, and supply drops! Integrate with your email or slack to stay alert even when you're away.                    

Grundlegende Informationen zur Erweiterung

Name Q.intel Q.intel
ID fckchdgjiklmflabmoehpjijialdfogl
Offizielle URL https://chrome.google.com/webstore/detail/qintel/fckchdgjiklmflabmoehpjijialdfogl
Beschreibung Q.intel is the only extension you need to make sense of the live event market. Designed by options traders and ticket brokers,…
Dateigröße 5.51 MB
Installationsanzahl 70
Aktuelle Version 1.2.3
Letztes Update 2020-06-08
Veröffentlichungsdatum 2020-06-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.qualiainvestments.com/browser-extension
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.qualiainvestments.com/browser-extension
Hilfeseite URL https://www.qualiainvestments.com/browser-extension
URL der Datenschutzrichtlinien-Seite https://www.qualiainvestments.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q.intel",
    "version": "1.2.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ticketmaster.com\/*",
                "*:\/\/*.ticketmaster.ca\/*"
            ],
            "js": [
                "\/content-scripts\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.stubhub.com\/*",
                "*:\/\/*.stubhub.ca\/*"
            ],
            "js": [
                "\/content-scripts\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.livenation.com\/*",
                "*:\/\/*.livenation.ca\/*"
            ],
            "js": [
                "\/content-scripts\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/Logo_Q.IntelQintel_300x300.png",
        "default_popup": "build\/index.html",
        "default_title": "Q.intel"
    },
    "icons": {
        "16": "assets\/Logo_Q.IntelQintel_300x300.png",
        "48": "assets\/Logo_Q.IntelQintel_300x300.png",
        "128": "assets\/Logo_Q.IntelQintel_300x300.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "https:\/\/*.seatrelease.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-SZtAUhGNvnj5e0\/78OgQzXa1ayGYjFXhBEdchOhkBsU='; object-src 'self'"
}