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 擴展基本資訊
| 名稱 | |
| ID | biiiajjnojbhppkamamlolmblnnkfbbf |
| 官方網址 | 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\/*"
]
} | |