Pluggio

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

Was ist Pluggio?

Pluggio ist eine Chrome-Erweiterung, die von https://plugg.io entwickelt wurde, und ihr Hauptmerkmal ist "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!".

Erweiterungsscreenshots

screenshot

Pluggio-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pluggio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pluggio Pluggio
ID ocpamnibambfjcdgfpnkfhmohacgopdp
Offizielle URL https://chromewebstore.google.com/detail/pluggio/ocpamnibambfjcdgfpnkfhmohacgopdp
Beschreibung Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!
Dateigröße 11.95 KB
Installationsanzahl 12
Aktuelle Version 1.0.1
Letztes Update 2012-06-22
Veröffentlichungsdatum 2012-06-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://plugg.io
Zahlungsart free
Unterstützte Sprachen 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\/*\/*"
    ]
}