Shows on Sale Price Map Tool
At-a-glance summary of tickets remaining for any Ticketmaster or LiveNation show.
Shows on Sale Price Map Tool란 무엇입니까?
Shows on Sale Price Map Tool은(는) Shows On Sale에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "At-a-glance summary of tickets remaining for any Ticketmaster or LiveNation show."입니다.
확장 프로그램 스크린샷
Shows on Sale Price Map Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides additional insight into the remaining available seats for almost any Ticketmaster or LiveNation show. After visiting the seat selection view for a show, this extension will aggregate all the unpurchased seats, and display them in an easy-to-read legend on the side of screen. The extension will update the seat selection view to color code seats by their price, so users can quickly see which seats are which prices. Users can quickly filter the legend by ticket types.
확장 프로그램 기본 정보
이름 | Shows on Sale Price Map Tool |
ID | ikkjgfldinlccihmgbkdmlfomailgoma |
공식 URL | https://chromewebstore.google.com/detail/shows-on-sale-price-map-t/ikkjgfldinlccihmgbkdmlfomailgoma |
설명 | At-a-glance summary of tickets remaining for any Ticketmaster or LiveNation show. |
파일 크기 | 266 KB |
설치 횟수 | 662 |
현재 버전 | 1.5.18 |
최근 업데이트 | 2024-02-19 |
출시 날짜 | 2022-08-13 |
개발자 | Shows On Sale |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.showsonsale.com |
개인정보 보호 정책 페이지 URL | https://www.showsonsale.com/terms |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.5.18.0", "version_name": "1.5.18", "description": "At-a-glance summary of tickets remaining for any Ticketmaster or LiveNation show.", "name": "Shows on Sale Price Map Tool", "action": { "default_icon": { "16": "images\/sos\/sos_pm_icon-128.png" }, "default_title": "Shows On Sale Price Map Tool", "default_popup": "index.html" }, "icons": { "16": "images\/sos\/sos_pm_icon-32.png", "32": "images\/sos\/sos_pm_icon-32.png", "48": "images\/sos\/sos_pm_icon-64.png", "128": "images\/sos\/sos_pm_icon-128.png" }, "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "https:\/\/preprod.showsonsale.com\/*", "https:\/\/www.showsonsale.com\/*" ] }, "permissions": [ "storage", "activeTab", "alarms" ], "incognito": "spanning", "content_scripts": [ { "matches": [ "https:\/\/www.ticketmaster.com\/*", "https:\/\/www.ticketmaster.ca\/*", "https:\/\/concerts.livenation.com\/*" ], "js": [ "js\/jquery.min.js", "js\/jquery-ui.min.js", "initialize.js" ], "css": [ "css\/root_colors.css", "css\/legend.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "*", "js\/*", "images\/*", "elements\/*", "css\/root_colors.css", "css\/legend.css" ], "matches": [ " |