XING booster

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

¿Qué es XING booster?

XING booster es una extensión de Chrome desarrollada por warokartwork, y su función principal es "Makes the work with the new XING-profiles more efficient.".

Descargar Archivo CRX de la Extensión XING booster

Descarga archivos de extensión XING booster en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre XING booster XING booster
ID iejhlllkkgmjodlfbgkeodhibdindmcg
URL Oficial https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg
Descripción Makes the work with the new XING-profiles more efficient.
Tamaño del Archivo 47.43 KB
Cantidad de Instalaciones 17
Versión Actual 1.0.2
Última Actualización 2013-07-24
Fecha de Publicación 2013-07-24
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador warokartwork
Tipo de Pago free
Idiomas Soportados 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": []
}