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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*\/*" ] } |