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,…

Q.intel क्या है?

Q.intel https://www.qualiainvestments.com/browser-extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Q.intel is the only extension you need to make sense of the live event market. Designed by options traders and ticket brokers,…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Q.intel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Q.intel Q.intel
ID fckchdgjiklmflabmoehpjijialdfogl
आधिकारिक URL https://chrome.google.com/webstore/detail/qintel/fckchdgjiklmflabmoehpjijialdfogl
विवरण Q.intel is the only extension you need to make sense of the live event market. Designed by options traders and ticket brokers,…
फ़ाइल का आकार 5.51 MB
स्थापना संख्या 70
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2020-06-08
प्रकाशन तिथि 2020-06-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.qualiainvestments.com/browser-extension
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.qualiainvestments.com/browser-extension
सहायता पृष्ठ URL https://www.qualiainvestments.com/browser-extension
गोपनीयता नीति पृष्ठ URL https://www.qualiainvestments.com/privacy
समर्थित भाषाएँ 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'"
}