XING booster

Makes the work with the new XING-profiles more efficient.

XING booster là gì?

XING booster là một tiện ích mở rộng Chrome được phát triển bởi warokartwork, và tính năng chính của nó là "Makes the work with the new XING-profiles more efficient.".

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

Tải xuống các tệp mở rộng XING booster 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

                        Opens the comment-field on opening a profile and inserts a date-stamp when adding a new comment.                    

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

Tên XING booster XING booster
ID iejhlllkkgmjodlfbgkeodhibdindmcg
URL Chính Thức https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg
Mô tả Makes the work with the new XING-profiles more efficient.
Kích Thước Tệp 47.43 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2013-07-24
Ngày Phát Hành 2013-07-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển warokartwork
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XING booster",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Makes the work with the new XING-profiles more efficient.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "page_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.xing.com\/",
        "https:\/\/www.xing.de\/"
    ],
    "web_accessible_resources": []
}