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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}