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 拡張機能の基本情報
| 名前 | |
| 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
} | |