Super FaceInvite

Beta Version. Allow user to invite all friends to a facebook event.

Super FaceInvite là gì?

Super FaceInvite là một tiện ích mở rộng Chrome được phát triển bởi Bernardo Amorim, và tính năng chính của nó là "Beta Version. Allow user to invite all friends to a facebook event.".

Tải xuống tệp CRX của tiện ích mở rộng Super FaceInvite

Tải xuống các tệp mở rộng Super FaceInvite 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

                        Currently in beta.
This simple page action allow you to invite all your friend to a facebook event with a single click.
Check that out!

v0.11 - Added a button to facebook event page so it's more easy to use it!
v0.20 - Added a settings page, where you can disable the automatic submit (so you can uncheck some people) and added a nice great feature: Blacklist

With Blacklist you can select people that you don't want to invite to your events (for example, your mom)

Hope you enjoy!

If you want, please endorse me:
endorse.me/bamorim                    

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

Tên Super FaceInvite Super FaceInvite
ID dgogicfoaanonfdbkbgapglejhdjenmd
URL Chính Thức https://chromewebstore.google.com/detail/super-faceinvite/dgogicfoaanonfdbkbgapglejhdjenmd
Mô tả Beta Version. Allow user to invite all friends to a facebook event.
Kích Thước Tệp 6.93 KB
Số Lần Cài Đặt 192
Phiên Bản Hiện Tại 0.20
Cập Nhật Lần Cuối 2012-11-20
Ngày Phát Hành 2012-11-19
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Bernardo Amorim
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super FaceInvite",
    "version": "0.20",
    "description": "Beta Version. Allow user to invite all friends to a facebook event.",
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Invite all friends to this event!"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage"
    ],
    "manifest_version": 2
}