Pluggio
Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!
Apa itu Pluggio?
Pluggio adalah ekstensi Chrome yang dikembangkan oleh https://plugg.io, dan fitur utamanya adalah "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pluggio
Unduh file ekstensi Pluggio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Pluggio |
ID | ocpamnibambfjcdgfpnkfhmohacgopdp |
URL Resmi | https://chromewebstore.google.com/detail/pluggio/ocpamnibambfjcdgfpnkfhmohacgopdp |
Deskripsi | Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web! |
Ukuran File | 11.95 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2012-06-22 |
Tanggal Publikasi | 2012-06-22 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://plugg.io |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*\/*" ] } |