Super FaceInvite

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

什麼是Super FaceInvite?

Super FaceInvite是由Bernardo Amorim開發的Chrome擴展程式,該擴展的主要功能是“Beta Version. Allow user to invite all friends to a facebook event.”。

下載Super FaceInvite擴展crx文件

下載Super FaceInvite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Super FaceInvite Super FaceInvite
ID dgogicfoaanonfdbkbgapglejhdjenmd
官方網址 https://chromewebstore.google.com/detail/super-faceinvite/dgogicfoaanonfdbkbgapglejhdjenmd
簡介 Beta Version. Allow user to invite all friends to a facebook event.
檔案大小 6.93 KB
安裝次數 192
目前版本 0.20
更新時間 2012-11-20
上架時間 2012-11-19
評分 4.40/5 共 5 次評分
開發者 Bernardo Amorim
付費類型 free
支援的語言 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
}