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™은(는) efemogurumajili29143에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Business Manager for Facebook™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}