Meetup Tools

Enhancments for meetup.com

Meetup Tools क्या है?

Meetup Tools guya.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhancments for meetup.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Meetup Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Meetup Tools is a small extension that is meant to enhance your meetup.com experience, and mainly does 3 things:
1. It shows you your place in the queue while on the waiting list.
2. It shows you your status for every meetup.
3. It takes you to meetup.com with one click.

Meetup.com Waitlists are almost always first come first serve.
When you are on the waitlist, Meetup.com doesn't tell what is your position in the queue.
This extension will tell you where you are in the queue so you'll be able to better estimate your chances of getting in.
Browse any meetup and it'll show you your current status.
If you are not in the meetup.com website, clicking the icon will take you there.

:)                    

एक्सटेंशन की मूल जानकारी

नाम Meetup Tools Meetup Tools
ID okfdhdfbdobnclkegpfpepihhbbmapcj
आधिकारिक URL https://chrome.google.com/webstore/detail/meetup-tools/okfdhdfbdobnclkegpfpepihhbbmapcj
विवरण Enhancments for meetup.com
फ़ाइल का आकार 60.96 KB
स्थापना संख्या 200
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2018-04-15
प्रकाशन तिथि 2018-04-15
रेटिंग 3.00/5 कुल 5 रेटिंग्स
डेवलपर guya.net
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meetup Tools",
    "version": "1.0.2",
    "description": "Enhancments for meetup.com",
    "background": {
        "scripts": [
            "meetup.js"
        ]
    },
    "permissions": [
        "*:\/\/*.meetup.com\/*",
        "webNavigation",
        "tabs",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "logo_19.png"
    },
    "web_accessible_resources": [
        "logo_48.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.meetup.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "manifest_version": 2
}