XING Notifications
Get notifications for the latest updates on XING.
Was ist XING Notifications?
XING Notifications ist eine Chrome-Erweiterung, die von XING entwickelt wurde, und ihr Hauptmerkmal ist "Get notifications for the latest updates on XING.".
Erweiterungsscreenshots
XING Notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie XING Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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] Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eeedmlcepabknpceckocadjdaieobimp |
| Offizielle URL | https://chromewebstore.google.com/detail/xing-notifications/eeedmlcepabknpceckocadjdaieobimp |
| Beschreibung | Get notifications for the latest updates on XING. |
| Dateigröße | 41.83 KB |
| Installationsanzahl | 1,019 |
| Aktuelle Version | 2.0.0 |
| Letztes Update | 2020-01-06 |
| Veröffentlichungsdatum | 2020-01-06 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.xing.com |
| Unterstützte Sprachen | 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"
}
}
} | |