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\/*\/*" ] } |