XING booster

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

XING booster क्या है?

XING booster warokartwork द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the work with the new XING-profiles more efficient."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XING booster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
}