LinkedRadar Notifier For LinkedIn™

Convenient to get the real-time activity from linkedin.com, including Network, Messages and Notifications.

Τι είναι το LinkedRadar Notifier For LinkedIn™;

Το LinkedRadar Notifier For LinkedIn™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://linkedradar.com, και η κύρια λειτουργία του είναι "Convenient to get the real-time activity from linkedin.com, including Network, Messages and Notifications.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LinkedRadar Notifier For LinkedIn™

Λήψη αρχείων επέκτασης LinkedRadar Notifier For LinkedIn™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Convenient to get the real-time notifications of messages, including Network, Messages and Notifications.

LinkedRadar Notifier  is a LinkedIn notification extension. This LinkedIn extension can help you to get remind from linkedin.com. When your LinkedIn account receive a new message or new activity, LinkedRadar Notifier will light up and show current activity num on browser toolbar. This LinkedIn Notification Tool  work as a LinkedIn auto notification center.

Feature
1. Get LinkedIn notifications remind directly on toolbar without opening linkedin.com
2. LinkedRadar Notifier is an unofficial enhancement for LinkedIn notifications.
3. Better than LinkedIn Extension, we have repaired all of the bug's
4. It is a nice LinkedIn assistant. Click the extension's icon, and LinkedRadar Notifier will take you directly to the linkedin.com to view your new LinkedIn activity.

Let LinkedRadar Notifier become your most powerful assistant for LinkedIn message notification. Convenient to get the real-time notifications of messages, including network, messages and notifications.

LinkedIn is a trademark of LinkedIn Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to LinkedIn or LinkedIn Inc.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LinkedRadar Notifier For LinkedIn™ LinkedRadar Notifier For LinkedIn™
ID pcbmgmpmajnemcackfikoibnebfmlbab
Επίσημο URL https://chrome.google.com/webstore/detail/pcbmgmpmajnemcackfikoibnebfmlbab
Περιγραφή Convenient to get the real-time activity from linkedin.com, including Network, Messages and Notifications.
Μέγεθος Αρχείου 20.19 KB
Αριθμός Εγκαταστάσεων 524
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2022-07-07
Ημερομηνία Δημοσίευσης 2022-03-13
Αξιολόγηση 4.98/5 Συνολικά 60 Αξιολογήσεις
Προγραμματιστής https://linkedradar.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.linkedradar.com/
URL της Σελίδας Πολιτικής Απορρήτου https://linkedradar.com/linkedradar-private-policy
Υποστηριζόμενες Γλώσσες id,de,en,en-US,fr,et,es,hr,it,lv,lt,sk,sl,cs,bg,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.3",
    "permissions": [
        "activeTab",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "*:\/\/*.linkedradar.com\/*",
        "*:\/\/linkedradar.com\/*"
    ],
    "icons": {
        "128": "icons\/li-icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/li-icon.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "*:\/\/*.linkedradar.com\/*",
                "*:\/\/linkedradar.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}