Pluggio

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

Pluggio là gì?

Pluggio là một tiện ích mở rộng Chrome được phát triển bởi https://plugg.io, và tính năng chính của nó là "Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pluggio

Tải xuống các tệp mở rộng Pluggio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pluggio Pluggio
ID ocpamnibambfjcdgfpnkfhmohacgopdp
URL Chính Thức https://chromewebstore.google.com/detail/pluggio/ocpamnibambfjcdgfpnkfhmohacgopdp
Mô tả Quickly post messages to Twitter and Facebook through Pluggio, from wherever you are on the web!
Kích Thước Tệp 11.95 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2012-06-22
Ngày Phát Hành 2012-06-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://plugg.io
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*\/*"
    ]
}