XING booster

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

Vad är XING booster?

XING booster är en Chrome-tillägg utvecklad av warokartwork, och dess huvudfunktion är "Makes the work with the new XING-profiles more efficient.".

Ladda ner XING booster-förlängningens CRX-fil

Ladda ner XING booster-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn XING booster XING booster
ID iejhlllkkgmjodlfbgkeodhibdindmcg
Officiell webbadress https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg
Beskrivning Makes the work with the new XING-profiles more efficient.
Filstorlek 47.43 KB
Antal Installationer 17
Aktuell Version 1.0.2
Senast Uppdaterad 2013-07-24
Publiceringsdatum 2013-07-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare warokartwork
Betalningssätt free
Stödda Språk 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": []
}