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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "At-a-glance summary of tickets remaining for any Ticketmaster or LiveNation show."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shows on Sale Price Map Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |