Business Manager for Facebook™

Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk

Τι είναι το Business Manager for Facebook™;

Το Business Manager for Facebook™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον efemogurumajili29143, και η κύρια λειτουργία του είναι "Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Business Manager for Facebook™

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

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

                        Extensions "Business Manager" is a set of tools to help you optimize the management of fan pages on Facebook™.

Features of "Business Manager" :

Load the list of fanpages you are managing.

Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk


Privacy Policy: https://www.business-manager.info/privacy

Facebook™ is a registered trade mark of Facebook™ Inc. The use of the Facebook™  trade name or trademark is for identification, reference or descriptive. This  extension has no connection to Facebook™ Inc or their product brand.  All the occurrences of the word "Facebook" is for descriptive                    

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

Όνομα Business Manager for Facebook™ Business Manager for Facebook™
ID biiiajjnojbhppkamamlolmblnnkfbbf
Επίσημο URL https://chromewebstore.google.com/detail/business-manager-for-face/biiiajjnojbhppkamamlolmblnnkfbbf
Περιγραφή Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk
Μέγεθος Αρχείου 274 KB
Αριθμός Εγκαταστάσεων 165
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-02-15
Ημερομηνία Δημοσίευσης 2022-12-06
Αξιολόγηση 5.00/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής efemogurumajili29143
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/privacypolicy-businessmanagerf/home
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Business Manager for Facebook\u2122",
    "description": "Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16.png",
        "32": "icon-48.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-278526cd.2f7d748b.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "icon-16.png",
                "icon-48.png",
                "icon-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "resources": [
                "assets\/chunk-278526cd.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/www.business-manager.info\/*"
    ]
}