Pluggio
Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!
Cos'è Pluggio?
Pluggio è un'estensione di Chrome sviluppata da https://plugg.io, e la sua funzione principale è "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pluggio
Scarica i file di estensione Pluggio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Pluggio |
ID | ocpamnibambfjcdgfpnkfhmohacgopdp |
URL Ufficiale | https://chromewebstore.google.com/detail/pluggio/ocpamnibambfjcdgfpnkfhmohacgopdp |
Descrizione | Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web! |
Dimensione del File | 11.95 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2012-06-22 |
Data di Pubblicazione | 2012-06-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://plugg.io |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*\/*" ] } |