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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samanthaeschaffer และคุณลักษณะหลักของมันคือ "Autoselect all Facebook friends for event invitations."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Invite All My Friends: Easy Event Invitations

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}