XING Notifications

Get notifications for the latest updates on XING.

什麼是XING Notifications?

XING Notifications是由XING開發的Chrome擴展程式,該擴展的主要功能是“Get notifications for the latest updates on XING.”。

擴展截圖

screenshot

下載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]                    

擴展基本資訊

名稱 XING Notifications XING Notifications
ID eeedmlcepabknpceckocadjdaieobimp
官方網址 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 次評分
開發者 XING
付費類型 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"
        }
    }
}