XING booster

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

Wat is XING booster?

XING booster is een Chrome-extensie ontwikkeld door warokartwork, en de belangrijkste functie is "Makes the work with the new XING-profiles more efficient.".

Download het CRX-bestand van de extensie XING booster

Download XING booster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam XING booster XING booster
ID iejhlllkkgmjodlfbgkeodhibdindmcg
Officiële URL https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg
Beschrijving Makes the work with the new XING-profiles more efficient.
Bestandsgrootte 47.43 KB
Aantal Installaties 17
Huidige Versie 1.0.2
Laatst Bijgewerkt 2013-07-24
Publicatiedatum 2013-07-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar warokartwork
Betalingswijze free
Ondersteunde Talen 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": []
}