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
公式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 レビュー
開発者 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"
        }
    }
}