XING booster

Makes the work with the new XING-profiles more efficient.

Что такое XING booster?

XING booster - это расширение Chrome, разработанное warokartwork, и его основная функция - "Makes the work with the new XING-profiles more efficient.".

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

Скачайте файлы расширений XING booster в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Opens the comment-field on opening a profile and inserts a date-stamp when adding a new comment.                    

Основная информация о расширении

Название XING booster XING booster
ID iejhlllkkgmjodlfbgkeodhibdindmcg
Официальный URL https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg
Описание Makes the work with the new XING-profiles more efficient.
Размер файла 47.43 KB
Количество установок 17
Текущая Версия 1.0.2
Последнее Обновление 2013-07-24
Дата публикации 2013-07-24
Рейтинг 5.00/5 Всего 1 оценок
Разработчик warokartwork
Тип оплаты free
Поддерживаемые языки de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XING booster",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Makes the work with the new XING-profiles more efficient.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "page_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.xing.com\/",
        "https:\/\/www.xing.de\/"
    ],
    "web_accessible_resources": []
}