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"
}