Invite All My Friends: Easy Event Invitations

Autoselect all Facebook friends for event invitations.

Invite All My Friends: Easy Event Invitations là gì?

Invite All My Friends: Easy Event Invitations là một tiện ích mở rộng Chrome được phát triển bởi samanthaeschaffer, và tính năng chính của nó là "Autoselect all Facebook friends for event invitations.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Invite All My Friends: Easy Event Invitations

Tải xuống các tệp mở rộng Invite All My Friends: Easy Event Invitations dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        *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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Invite All My Friends: Easy Event Invitations Invite All My Friends: Easy Event Invitations
ID fjojljlinmigdajkemcmbddjkpeobolk
URL Chính Thức https://chrome.google.com/webstore/detail/invite-all-my-friends-eas/fjojljlinmigdajkemcmbddjkpeobolk
Mô tả Autoselect all Facebook friends for event invitations.
Kích Thước Tệp 23.74 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2014-12-22
Ngày Phát Hành 2014-12-22
Đánh Giá 4.24/5 Tổng số 95 Đánh Giá
Nhà Phát Triển samanthaeschaffer
Loại Thanh Toán free
Trang Web Mở Rộng http://www.samanthaeschaffer.com
URL Trang Trợ Giúp https://github.com/samanthaeschaffer/InviteAllMyFriends
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}