Pluggio

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

Hvad er Pluggio?

Pluggio er en Chrome-udvidelse udviklet af https://plugg.io, og dens hovedfunktion er "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!".

Udvidelsesskærmbilleder

screenshot

Download Pluggio-udvidelses-CRX-fil

Download Pluggio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Pluggio Pluggio
ID ocpamnibambfjcdgfpnkfhmohacgopdp
Officiel URL https://chromewebstore.google.com/detail/pluggio/ocpamnibambfjcdgfpnkfhmohacgopdp
Beskrivelse Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!
Filstørrelse 11.95 KB
Antal Installationer 12
Nuværende Version 1.0.1
Senest Opdateret 2012-06-22
Udgivelsesdato 2012-06-22
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://plugg.io
Betalingsmetode free
Understøttede Sprog 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\/*\/*"
    ]
}