Super FaceInvite
Beta Version. Allow user to invite all friends to a facebook event.
O que é Super FaceInvite?
Super FaceInvite é uma extensão do Chrome desenvolvida por Bernardo Amorim, e sua principal característica é "Beta Version. Allow user to invite all friends to a facebook event.".
Baixar o arquivo CRX da Extensão Super FaceInvite
Baixe arquivos de extensão Super FaceInvite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Super FaceInvite |
ID | dgogicfoaanonfdbkbgapglejhdjenmd |
URL Oficial | https://chromewebstore.google.com/detail/super-faceinvite/dgogicfoaanonfdbkbgapglejhdjenmd |
Descrição | Beta Version. Allow user to invite all friends to a facebook event. |
Tamanho do Arquivo | 6.93 KB |
Contagem de Instalações | 192 |
Versão Atual | 0.20 |
Última Atualização | 2012-11-20 |
Data de Publicação | 2012-11-19 |
Classificação | 4.40/5 Total de 5 Avaliações |
Desenvolvedor | Bernardo Amorim |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |