ProBinder

Your secure online teamwork platform

什么是ProBinder?

ProBinder是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Your secure online teamwork platform”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载ProBinder扩展crx文件

下载ProBinder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ProBinder ProBinder
ID khgolofbknhkedpcafgefgmaebciegjb
官方URL https://chromewebstore.google.com/detail/probinder/khgolofbknhkedpcafgefgmaebciegjb
简介 Your secure online teamwork platform
文件大小 81.46 KB
安装次数 37
当前版本 1.0.3
更新时间 2013-05-12
上架时间 2013-05-12
评分 5.00/5 共3次评分
开发者 [email protected]
付费类型 free
扩展官网 https://probinder.com
支持的语言 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"
}