XING Notifications
Get notifications for the latest updates on XING.
XING Notifications क्या है?
XING Notifications XING द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get notifications for the latest updates on XING."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में XING Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } |