Notification Center: Messenger Groups Events

Notification Center provides an overview of alerts for Facebook (TM): Notifications, Messenger, Groups and Events

Τι είναι το Notification Center: Messenger Groups Events;

Το Notification Center: Messenger Groups Events είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.sociotrope.com, και η κύρια λειτουργία του είναι "Notification Center provides an overview of alerts for Facebook (TM): Notifications, Messenger, Groups and Events".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Notification Center: Messenger Groups Events

Λήψη αρχείων επέκτασης Notification Center: Messenger Groups Events σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Notification Center for Facebook is a extension for Google Chrome browser that provides an overview of alerts from Facebook. It displays notifications until the user completes an associated action. Users may choose the order of the icons in the Notification Center. 

You will find useful the quick links with indicator of new event to your Facebook news feed, messages, calendar, Facebook watch, stories, pages and notifications. 

You can rearrange the buttons in the order you like.
Just press the image, drag it to the new location and drop it.
The new order is automatically saved in a cookie.

If this explanation is to difficult for you, just follow this steps:
1. Move your mouse to the first icon (News Feed) , press and hold the left-mouse button, move the object to right, and then release the left-mouse button.
2. Now you have the new order of the icons. First icon is Messages and the second is News Feed.
3. Now you can continue to move icons to new locations following the instruction in step 1.
5. You icon order is automatically saved in your browser cookie under the name cookie-fb-ql-v7011.

Initially released as an Chrome App in 2013, Notification Center for Facebook was made available as Chrome extension in January 2018.

All Google Chrome users can see visual alerts about new notifications and messages from Facebook with this plugin. 

Facebook is a social utility that connects people with friends and others who work, study and live around them. People use Facebook to keep up with friends.

All copyrights belong to their respective owners.

Disclaimer: This Chrome extension is about Notifications for Facebook and have no affiliations with the popular social network website Facebook. All copyrights belong to their respective owners. Facebook doesn’t endorse or sponsor this Chrome extension. This Chrome extension is not owned by, is not licensed by and is not a subsidiary of Facebook Inc. Facebook, the Facebook and F Logos, FB, Face, Poke, Book, Messenger and Wall are trademark of Facebook Inc. The content of this Chrome extension is not supplied or reviewed by Facebook Inc. All articles, images, logos and trademarks in this Chrome extension are property of their respective owners. 

Thank you for using this Chrome extension with quick links and alerts to Facebook.                    

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

Όνομα Notification Center: Messenger Groups Events Notification Center: Messenger Groups Events
ID edoadhjjfgeniilpmnoaddaihjkkhheb
Επίσημο URL https://chromewebstore.google.com/detail/notification-center-messe/edoadhjjfgeniilpmnoaddaihjkkhheb
Περιγραφή Notification Center provides an overview of alerts for Facebook (TM): Notifications, Messenger, Groups and Events
Μέγεθος Αρχείου 187 KB
Αριθμός Εγκαταστάσεων 73,167
Τρέχουσα Έκδοση 7.32
Τελευταία Ενημέρωση 2020-02-18
Ημερομηνία Δημοσίευσης 2020-02-18
Αξιολόγηση 3.64/5 Συνολικά 1680 Αξιολογήσεις
Προγραμματιστής https://www.sociotrope.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.sociotrope.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.sociotrope.com/p/contact-us.html
URL της Σελίδας Πολιτικής Απορρήτου http://earth3dmap.com/privacy-policy
Υποστηριζόμενες Γλώσσες id,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "7.32",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "storage",
        "https:\/\/www.facebook.com\/"
    ]
}