XING Notifications
Get notifications for the latest updates on XING.
Qu'est-ce que XING Notifications ?
XING Notifications est une extension Chrome développée par XING, et sa fonction principale est "Get notifications for the latest updates on XING.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension XING Notifications
Téléchargez les fichiers d'extension XING Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | XING Notifications |
ID | eeedmlcepabknpceckocadjdaieobimp |
URL Officiel | https://chromewebstore.google.com/detail/xing-notifications/eeedmlcepabknpceckocadjdaieobimp |
Description | Get notifications for the latest updates on XING. |
Taille du Fichier | 41.83 KB |
Nombre d'Installations | 1,019 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2020-01-06 |
Date de Publication | 2020-01-06 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | |
Type de Paiement | free |
Site Web de l'Extension | https://www.xing.com |
Langues Prises en Charge | 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" } } } |