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」です。
拡張機能のスクリーンショット
Business Manager for Facebook™拡張機能のCRXファイルをダウンロード
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™ |
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 |
Eメール | [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\/*" ] } |