XING Notifications

Get notifications for the latest updates on XING.

¿Qué es XING Notifications?

XING Notifications es una extensión de Chrome desarrollada por XING, y su función principal es "Get notifications for the latest updates on XING.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión XING Notifications

Descarga archivos de extensión XING Notifications 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

                        Get notifications for the latest updates on XING. 
This notification consists of a XING logo where an orange notification badge appears whenever you receive a new message or contact request, or if someone reacts to a post of yours. Clicking on the logo will then take you straight to the XING homepage.
Privacy Policy: https://privacy.xing.com/en

By adding this extension you agree to XING’s Terms and Conditions: https://www.xing.com/terms

Tell us what you think about this extension: [email protected]                    

Información Básica de la Extensión

Nombre XING Notifications XING Notifications
ID eeedmlcepabknpceckocadjdaieobimp
URL Oficial https://chromewebstore.google.com/detail/xing-notifications/eeedmlcepabknpceckocadjdaieobimp
Descripción Get notifications for the latest updates on XING.
Tamaño del Archivo 41.83 KB
Cantidad de Instalaciones 1,019
Versión Actual 2.0.0
Última Actualización 2020-01-06
Fecha de Publicación 2020-01-06
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador XING
Tipo de Pago free
Sitio Web de la Extensión https://www.xing.com
Idiomas Soportados de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extTitle__",
    "version": "2.0.0",
    "default_locale": "de",
    "author": "xing",
    "description": "__MSG_extDescription__",
    "icons": {
        "48": "xing-38-2x.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.xing.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "https:\/\/www.xing.com\/",
        "https:\/\/www.xing.com\/app_stats\/my_xing"
    ],
    "browser_action": {
        "default_icon": {
            "16": "xing-38-2x.png",
            "32": "xing-38-2x.png"
        }
    }
}