XING booster
Makes the work with the new XING-profiles more efficient.
What is XING booster?
XING booster is a Chrome extension developed by warokartwork, and its main feature is "Makes the work with the new XING-profiles more efficient.".
Download XING booster Extension CRX File
Download XING booster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Opens the comment-field on opening a profile and inserts a date-stamp when adding a new comment.
Extension Basic Information
Name | ![]() |
ID | iejhlllkkgmjodlfbgkeodhibdindmcg |
Official URL | https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg |
Description | Makes the work with the new XING-profiles more efficient. |
File Size | 47.43 KB |
Installation Count | 17 |
Current Version | 1.0.2 |
Last Updated | 2013-07-24 |
Publish Date | 2013-07-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | warokartwork |
Payment Type | free |
Supported Languages | 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": [] } |