XING booster

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

XING boosterคืออะไร?

XING booster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย warokartwork และคุณลักษณะหลักของมันคือ "Makes the work with the new XING-profiles more efficient."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XING booster

ดาวน์โหลดไฟล์ส่วนขยาย XING booster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ XING booster XING booster
ID iejhlllkkgmjodlfbgkeodhibdindmcg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg
คำอธิบาย Makes the work with the new XING-profiles more efficient.
ขนาดไฟล์ 47.43 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2013-07-24
วันที่เผยแพร่ 2013-07-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา warokartwork
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": []
}