XING booster
Makes the work with the new XING-profiles more efficient.
Hvad er XING booster?
XING booster er en Chrome-udvidelse udviklet af warokartwork, og dens hovedfunktion er "Makes the work with the new XING-profiles more efficient.".
Download XING booster-udvidelses-CRX-fil
Download XING booster-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Opens the comment-field on opening a profile and inserts a date-stamp when adding a new comment.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | iejhlllkkgmjodlfbgkeodhibdindmcg |
Officiel URL | https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg |
Beskrivelse | Makes the work with the new XING-profiles more efficient. |
Filstørrelse | 47.43 KB |
Antal Installationer | 17 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2013-07-24 |
Udgivelsesdato | 2013-07-24 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | warokartwork |
Betalingsmetode | free |
Understøttede Sprog | 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": [] } |