XING Notifications
Get notifications for the latest updates on XING.
什么是XING Notifications?
XING Notifications是由XING开发的Chrome扩展程序,该扩展的主要功能是“Get notifications for the latest updates on XING.”。
扩展截图
下载XING Notifications扩展crx文件
下载XING Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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]                     扩展基本信息
| 名称 |   |  
| ID | eeedmlcepabknpceckocadjdaieobimp | 
| 官方URL | https://chromewebstore.google.com/detail/xing-notifications/eeedmlcepabknpceckocadjdaieobimp | 
| 简介 | Get notifications for the latest updates on XING. | 
| 文件大小 | 41.83 KB | 
| 安装次数 | 1,019 | 
| 当前版本 | 2.0.0 | 
| 更新时间 | 2020-01-06 | 
| 上架时间 | 2020-01-06 | 
| 评分 | 5.00/5 共5次评分 | 
| 开发者 | |
| 付费类型 | free | 
| 扩展官网 | https://www.xing.com | 
| 支持的语言 | 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"
        }
    }
}  |  |