XING booster
Makes the work with the new XING-profiles more efficient.
Co to jest XING booster?
XING booster to rozszerzenie Chrome opracowane przez warokartwork, a jego główną funkcją jest „Makes the work with the new XING-profiles more efficient.”.
Pobierz plik CRX rozszerzenia XING booster
Pobierz pliki rozszerzeń XING booster w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Opens the comment-field on opening a profile and inserts a date-stamp when adding a new comment.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | iejhlllkkgmjodlfbgkeodhibdindmcg |
Oficjalny URL | https://chrome.google.com/webstore/detail/xing-booster/iejhlllkkgmjodlfbgkeodhibdindmcg |
Opis | Makes the work with the new XING-profiles more efficient. |
Rozmiar pliku | 47.43 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2013-07-24 |
Data Publikacji | 2013-07-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | warokartwork |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |