Pluggio
Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!
What is Pluggio?
Pluggio is a Chrome extension developed by https://plugg.io, and its main feature is "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!".
Extension Screenshots
Download Pluggio Extension CRX File
Download Pluggio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Pluggio |
ID | ocpamnibambfjcdgfpnkfhmohacgopdp |
Official URL | https://chromewebstore.google.com/detail/pluggio/ocpamnibambfjcdgfpnkfhmohacgopdp |
Description | Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web! |
File Size | 11.95 KB |
Installation Count | 12 |
Current Version | 1.0.1 |
Last Updated | 2012-06-22 |
Publish Date | 2012-06-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://plugg.io |
Payment Type | free |
Supported Languages | 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\/*\/*" ] } |