Find Meetup Events
Simple application to find meetups
Wat is Find Meetup Events?
Find Meetup Events is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Simple application to find meetups".
Extensie Screenshots
Download het CRX-bestand van de extensie Find Meetup Events
Download Find Meetup Events-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Find meetups from in your area based on your location.
Basisinformatie over de Extensie
Naam | Find Meetup Events |
ID | hhamlafopmjnfkoogdfbobdnohcgidjn |
Officiële URL | https://chromewebstore.google.com/detail/find-meetup-events/hhamlafopmjnfkoogdfbobdnohcgidjn |
Beschrijving | Simple application to find meetups |
Bestandsgrootte | 13.92 KB |
Aantal Installaties | 38 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2017-07-02 |
Publicatiedatum | 2017-07-02 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find Meetup Events", "version": "0.2", "description": "Simple application to find meetups", "icons": { "128": "images\/icon.png", "48": "images\/icon.png", "16": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/api.meetup.com\/", "geolocation" ], "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com https:\/\/use.fontawesome.com https:\/\/cdnjs.cloudflare.com https:\/\/maps.googleapis.com; object-src 'self'", "manifest_version": 2 } |