XING booster
Makes the work with the new XING-profiles more efficient.
Co je XING booster?
XING booster je rozšíření Chrome vyvinuté warokartwork, a jeho hlavní funkcí je „Makes the work with the new XING-profiles more efficient.“.
Stáhnout soubor CRX rozšíření XING booster
Stáhněte si soubory rozšíření XING booster ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Opens the comment-field on opening a profile and inserts a date-stamp when adding a new comment. Základní Informace o Rozšíření
| Název | |
| ID | iejhlllkkgmjodlfbgkeodhibdindmcg |
| Oficiální URL | https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg |
| Popis | Makes the work with the new XING-profiles more efficient. |
| Velikost souboru | 47.43 KB |
| Počet instalací | 17 |
| Aktuální Verze | 1.0.2 |
| Poslední Aktualizace | 2013-07-24 |
| Datum Vydání | 2013-07-24 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | warokartwork |
| Typ Platby | free |
| Podporované Jazyky | 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": []
} | |