Pluggio

Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!

O que é Pluggio?

Pluggio é uma extensão do Chrome desenvolvida por https://plugg.io, e sua principal característica é "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pluggio

Baixe arquivos de extensão Pluggio 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

                        Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web! Share immediately, schedule it, or add to your dripfeed.                    

Informações Básicas da Extensão

Nome Pluggio Pluggio
ID ocpamnibambfjcdgfpnkfhmohacgopdp
URL Oficial https://chromewebstore.google.com/detail/pluggio/ocpamnibambfjcdgfpnkfhmohacgopdp
Descrição Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!
Tamanho do Arquivo 11.95 KB
Contagem de Instalações 12
Versão Atual 1.0.1
Última Atualização 2012-06-22
Data de Publicação 2012-06-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://plugg.io
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pluggio",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!",
    "browser_action": {
        "default_icon": "icon_24.png",
        "default_title": "Pluggio"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "pluggio.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/plugg.io\/*\/*",
        "https:\/\/plugg.io\/*\/*"
    ]
}