Pluggio

Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!

Pluggio란 무엇입니까?

Pluggio은(는) https://plugg.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!"입니다.

확장 프로그램 스크린샷

screenshot

Pluggio 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*\/*"
    ]
}