XING Notifications

Get notifications for the latest updates on XING.

XING Notifications là gì?

XING Notifications là một tiện ích mở rộng Chrome được phát triển bởi XING, và tính năng chính của nó là "Get notifications for the latest updates on XING.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng XING Notifications

Tải xuống các tệp mở rộng XING Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XING Notifications XING Notifications
ID eeedmlcepabknpceckocadjdaieobimp
URL Chính Thức https://chromewebstore.google.com/detail/xing-notifications/eeedmlcepabknpceckocadjdaieobimp
Mô tả Get notifications for the latest updates on XING.
Kích Thước Tệp 41.83 KB
Số Lần Cài Đặt 1,019
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2020-01-06
Ngày Phát Hành 2020-01-06
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển XING
Loại Thanh Toán free
Trang Web Mở Rộng https://www.xing.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}