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によって開発されたChromeの拡張機能で、その主な機能は「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

Q.intel拡張機能のCRXファイルをダウンロード

Q.intel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}