Find Meetup Events

Simple application to find meetups

What is Find Meetup Events?

Find Meetup Events is a Chrome extension developed by Unknown, and its main feature is "Simple application to find meetups".

Extension Screenshots

screenshot

Download Find Meetup Events Extension CRX File

Download Find Meetup Events extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Find meetups from in your area based on your location.                    

Extension Basic Information

Name Find Meetup Events Find Meetup Events
ID hhamlafopmjnfkoogdfbobdnohcgidjn
Official URL https://chromewebstore.google.com/detail/find-meetup-events/hhamlafopmjnfkoogdfbobdnohcgidjn
Description Simple application to find meetups
File Size 13.92 KB
Installation Count 38
Current Version 0.2
Last Updated 2017-07-02
Publish Date 2017-07-02
Developer Unknown
Payment Type free
Supported Languages 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
}