Eventbrite Events
This extension shows Eventbrite events by location
Co to jest Eventbrite Events?
Eventbrite Events to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension shows Eventbrite events by location”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Eventbrite Events
Pobierz pliki rozszerzeń Eventbrite Events w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        # Eventbrite Events
A Chrome app to display the events on Eventbrite by location. Gets the events near you, or allows you to search for events by topic or location
Disclaimer: This extension is not affiliated to Eventbrite in any way                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | jgccbaelkigkfhaobmmlffcmpjcajkpb | 
| Oficjalny URL | https://chromewebstore.google.com/detail/eventbrite-events/jgccbaelkigkfhaobmmlffcmpjcajkpb | 
| Opis | This extension shows Eventbrite events by location | 
| Rozmiar pliku | 137 KB | 
| Liczba instalacji | 250 | 
| Aktualna Wersja | 2.0.1 | 
| Ostatnia Aktualizacja | 2016-10-03 | 
| Data Publikacji | 2016-10-02 | 
| Deweloper | Unknown | 
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/saurabhsood91/eventbrite-popular | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eventbrite Events",
    "description": "This extension shows Eventbrite events by location",
    "version": "2.0.1",
    "browser_action": {
        "default_icon": "images\/eventbrite.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/eventbrite.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "identity",
        "storage",
        "geolocation",
        "https:\/\/www.eventbriteapi.com\/v3\/*",
        "https:\/\/www.eventbrite.com\/oauth\/authorize?response_type=token&client_id=D3S27VI266Y3FPZGBMAFWGC6HVBLCCZDEVJQTDRCFFSKR6Z4NP"
    ]
}  |  |