XING booster

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

Qu'est-ce que XING booster ?

XING booster est une extension Chrome développée par warokartwork, et sa fonction principale est "Makes the work with the new XING-profiles more efficient.".

Télécharger le fichier CRX de l'extension XING booster

Téléchargez les fichiers d'extension XING booster au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom XING booster XING booster
ID iejhlllkkgmjodlfbgkeodhibdindmcg
URL Officiel https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg
Description Makes the work with the new XING-profiles more efficient.
Taille du Fichier 47.43 KB
Nombre d'Installations 17
Version Actuelle 1.0.2
Dernière Mise à Jour 2013-07-24
Date de Publication 2013-07-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur warokartwork
Type de Paiement free
Langues Prises en Charge 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": []
}