ProBinder

Your secure online teamwork platform

Что такое ProBinder?

ProBinder - это расширение Chrome, разработанное [email protected], и его основная функция - "Your secure online teamwork platform".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения ProBinder

Скачайте файлы расширений 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"
}