Pluggio
Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!
Qu'est-ce que Pluggio ?
Pluggio est une extension Chrome développée par https://plugg.io, et sa fonction principale est "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pluggio
Téléchargez les fichiers d'extension Pluggio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pluggio |
ID | ocpamnibambfjcdgfpnkfhmohacgopdp |
URL Officiel | https://chromewebstore.google.com/detail/pluggio/ocpamnibambfjcdgfpnkfhmohacgopdp |
Description | Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web! |
Taille du Fichier | 11.95 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2012-06-22 |
Date de Publication | 2012-06-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://plugg.io |
Type de Paiement | free |
Langues Prises en Charge | 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\/*\/*" ] } |