XING Notifications
Get notifications for the latest updates on XING.
Τι είναι το XING Notifications;
Το XING Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον XING, και η κύρια λειτουργία του είναι "Get notifications for the latest updates on XING.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης XING Notifications
Λήψη αρχείων επέκτασης XING Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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]
Βασικές Πληροφορίες Επέκτασης
Όνομα | XING Notifications |
ID | eeedmlcepabknpceckocadjdaieobimp |
Επίσημο URL | https://chromewebstore.google.com/detail/xing-notifications/eeedmlcepabknpceckocadjdaieobimp |
Περιγραφή | Get notifications for the latest updates on XING. |
Μέγεθος Αρχείου | 41.83 KB |
Αριθμός Εγκαταστάσεων | 1,019 |
Τρέχουσα Έκδοση | 2.0.0 |
Τελευταία Ενημέρωση | 2020-01-06 |
Ημερομηνία Δημοσίευσης | 2020-01-06 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.xing.com |
Υποστηριζόμενες Γλώσσες | 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" } } } |