ProBinder

Your secure online teamwork platform

ProBinder là gì?

ProBinder là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Your secure online teamwork platform".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng ProBinder 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

                        ProBinder is an online platform which extends your well known office reality. Shelves and binders offer understandable, well structured hierarchies and still give you the flexibility for your needs. ProBinder allows you to work together in your new, extended office across companies.                    

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

Tên ProBinder ProBinder
ID khgolofbknhkedpcafgefgmaebciegjb
URL Chính Thức https://chromewebstore.google.com/detail/probinder/khgolofbknhkedpcafgefgmaebciegjb
Mô tả Your secure online teamwork platform
Kích Thước Tệp 81.46 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2013-05-12
Ngày Phát Hành 2013-05-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://probinder.com
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.min.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_title__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content_script.js"
            ],
            "matches": [
                "https:\/\/*.probinder.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/probinder.com",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "https:\/\/*.probinder.com\/*"
    ],
    "name": "__MSG_title__",
    "options_page": "html\/options.html",
    "version": "1.0.3"
}