XING Notifications

Get notifications for the latest updates on XING.

O que é XING Notifications?

XING Notifications é uma extensão do Chrome desenvolvida por XING, e sua principal característica é "Get notifications for the latest updates on XING.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão XING Notifications

Baixe arquivos de extensão XING Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome XING Notifications XING Notifications
ID eeedmlcepabknpceckocadjdaieobimp
URL Oficial https://chromewebstore.google.com/detail/xing-notifications/eeedmlcepabknpceckocadjdaieobimp
Descrição Get notifications for the latest updates on XING.
Tamanho do Arquivo 41.83 KB
Contagem de Instalações 1,019
Versão Atual 2.0.0
Última Atualização 2020-01-06
Data de Publicação 2020-01-06
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor XING
Tipo de Pagamento free
Site da Extensão https://www.xing.com
Idiomas Suportados 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"
        }
    }
}