Invite All My Friends: Easy Event Invitations

Autoselect all Facebook friends for event invitations.

Invite All My Friends: Easy Event Invitations क्या है?

Invite All My Friends: Easy Event Invitations samanthaeschaffer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autoselect all Facebook friends for event invitations."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Invite All My Friends: Easy Event Invitations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        *Status:* Abandoned

Version 3.0.0 is the final version of this extension.  As of November 2014 this extension does NOT work with Facebook.  I have decided to stop maintaining this extension.  Facebook's new update has a built in Select All feature, making this extension superfluous.  You no longer need this extension to easily invite friends to Facebook events, which is good news!

Thank you all for your support.

-------------------

Easily invite all your friends to your Facebook events! Click the icon that appears in the omnibox (address bar) when you open the event invitation page to AUTOMATICALLY select ALL your friends.

If you use this extension, please leave feedback!

With this extension, you can:
- Select friends to invite to events WITHOUT having to scroll down to the bottom to load them all.
- Select specific groups of friends by switching to different views (ie: just friends in a certain location, certain group, etc).

To view the code or submit bugs visit: https://github.com/samanthaeschaffer/InviteAllMyFriends                    

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

नाम Invite All My Friends: Easy Event Invitations Invite All My Friends: Easy Event Invitations
ID fjojljlinmigdajkemcmbddjkpeobolk
आधिकारिक URL https://chrome.google.com/webstore/detail/invite-all-my-friends-eas/fjojljlinmigdajkemcmbddjkpeobolk
विवरण Autoselect all Facebook friends for event invitations.
फ़ाइल का आकार 23.74 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2014-12-22
प्रकाशन तिथि 2014-12-22
रेटिंग 4.24/5 कुल 95 रेटिंग्स
डेवलपर samanthaeschaffer
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.samanthaeschaffer.com
सहायता पृष्ठ URL https://github.com/samanthaeschaffer/InviteAllMyFriends
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Invite All My Friends: Easy Event Invitations",
    "short_name": "Invite All My Friends",
    "description": "Autoselect all Facebook friends for event invitations.",
    "version": "3.0.0",
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ],
    "page_action": {
        "default_icon": "res\/icon48.png",
        "default_popup": "src\/html\/popup.html"
    },
    "icons": {
        "16": "res\/icon16.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128.png"
    }
}