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開發的Chrome擴展程式,該擴展的主要功能是“Autoselect all Facebook friends for event invitations.”。

擴展截圖

screenshot
screenshot
screenshot

下載Invite All My Friends: Easy Event Invitations擴展crx文件

下載Invite All My Friends: Easy Event Invitations擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        *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
官方網址 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"
    }
}