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,…"입니다.
확장 프로그램 스크린샷
Q.intel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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'" } |