Business Manager for Facebook™

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

Co to jest Business Manager for Facebook™?

Business Manager for Facebook™ to rozszerzenie Chrome opracowane przez efemogurumajili29143, a jego główną funkcją jest „Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Business Manager for Facebook™

Pobierz pliki rozszerzeń Business Manager for Facebook™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Business Manager for Facebook™ Business Manager for Facebook™
ID biiiajjnojbhppkamamlolmblnnkfbbf
Oficjalny URL https://chromewebstore.google.com/detail/business-manager-for-face/biiiajjnojbhppkamamlolmblnnkfbbf
Opis Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk
Rozmiar pliku 274 KB
Liczba instalacji 165
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2023-02-15
Data Publikacji 2022-12-06
Ocena 5.00/5 Łącznie 13 Oceny
Deweloper efemogurumajili29143
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/privacypolicy-businessmanagerf/home
Obsługiwane Języki 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\/*"
    ]
}