Pluggio
Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!
Wat is Pluggio?
Pluggio is een Chrome-extensie ontwikkeld door https://plugg.io, en de belangrijkste functie is "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!".
Extensie Screenshots
Download het CRX-bestand van de extensie Pluggio
Download Pluggio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Pluggio |
ID | ocpamnibambfjcdgfpnkfhmohacgopdp |
Officiële URL | https://chromewebstore.google.com/detail/pluggio/ocpamnibambfjcdgfpnkfhmohacgopdp |
Beschrijving | Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web! |
Bestandsgrootte | 11.95 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2012-06-22 |
Publicatiedatum | 2012-06-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://plugg.io |
Betalingswijze | free |
Ondersteunde Talen | 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\/*\/*" ] } |