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™ là gì?
Business Manager for Facebook™ là một tiện ích mở rộng Chrome được phát triển bởi efemogurumajili29143, và tính năng chính của nó là "Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Business Manager for Facebook™
Tải xuống các tệp mở rộng Business Manager for Facebook™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Business Manager for Facebook™ |
ID | biiiajjnojbhppkamamlolmblnnkfbbf |
URL Chính Thức | https://chromewebstore.google.com/detail/business-manager-for-face/biiiajjnojbhppkamamlolmblnnkfbbf |
Mô tả | Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk |
Kích Thước Tệp | 274 KB |
Số Lần Cài Đặt | 165 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-02-15 |
Ngày Phát Hành | 2022-12-06 |
Đánh Giá | 5.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | efemogurumajili29143 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/privacypolicy-businessmanagerf/home |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |