Pluggio
Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!
Pluggioคืออะไร?
Pluggio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://plugg.io และคุณลักษณะหลักของมันคือ "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pluggio
ดาวน์โหลดไฟล์ส่วนขยาย Pluggio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pluggio |
ID | ocpamnibambfjcdgfpnkfhmohacgopdp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pluggio/ocpamnibambfjcdgfpnkfhmohacgopdp |
คำอธิบาย | Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web! |
ขนาดไฟล์ | 11.95 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2012-06-22 |
วันที่เผยแพร่ | 2012-06-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://plugg.io |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*\/*" ] } |