XING booster

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

Was ist XING booster?

XING booster ist eine Chrome-Erweiterung, die von warokartwork entwickelt wurde, und ihr Hauptmerkmal ist "Makes the work with the new XING-profiles more efficient.".

XING booster-Erweiterungs-CRX-Datei herunterladen

Laden Sie XING booster-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name XING booster XING booster
ID iejhlllkkgmjodlfbgkeodhibdindmcg
Offizielle URL https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg
Beschreibung Makes the work with the new XING-profiles more efficient.
Dateigröße 47.43 KB
Installationsanzahl 17
Aktuelle Version 1.0.2
Letztes Update 2013-07-24
Veröffentlichungsdatum 2013-07-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler warokartwork
Zahlungsart free
Unterstützte Sprachen 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": []
}