XING Notifications
Get notifications for the latest updates on XING.
Co to jest XING Notifications?
XING Notifications to rozszerzenie Chrome opracowane przez XING, a jego główną funkcją jest „Get notifications for the latest updates on XING.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia XING Notifications
Pobierz pliki rozszerzeń XING Notifications 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
Get notifications for the latest updates on XING. This notification consists of a XING logo where an orange notification badge appears whenever you receive a new message or contact request, or if someone reacts to a post of yours. Clicking on the logo will then take you straight to the XING homepage. Privacy Policy: https://privacy.xing.com/en By adding this extension you agree to XING’s Terms and Conditions: https://www.xing.com/terms Tell us what you think about this extension: [email protected]
Podstawowe informacje o rozszerzeniu
Nazwa | XING Notifications |
ID | eeedmlcepabknpceckocadjdaieobimp |
Oficjalny URL | https://chromewebstore.google.com/detail/xing-notifications/eeedmlcepabknpceckocadjdaieobimp |
Opis | Get notifications for the latest updates on XING. |
Rozmiar pliku | 41.83 KB |
Liczba instalacji | 1,019 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2020-01-06 |
Data Publikacji | 2020-01-06 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.xing.com |
Obsługiwane Języki | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extTitle__", "version": "2.0.0", "default_locale": "de", "author": "xing", "description": "__MSG_extDescription__", "icons": { "48": "xing-38-2x.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.xing.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "cookies", "https:\/\/www.xing.com\/", "https:\/\/www.xing.com\/app_stats\/my_xing" ], "browser_action": { "default_icon": { "16": "xing-38-2x.png", "32": "xing-38-2x.png" } } } |