Business Manager for Facebook™
Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk
¿Qué es Business Manager for Facebook™?
Business Manager for Facebook™ es una extensión de Chrome desarrollada por efemogurumajili29143, y su función principal es "Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Business Manager for Facebook™
Descarga archivos de extensión Business Manager for Facebook™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Business Manager for Facebook™ |
ID | biiiajjnojbhppkamamlolmblnnkfbbf |
URL Oficial | https://chromewebstore.google.com/detail/business-manager-for-face/biiiajjnojbhppkamamlolmblnnkfbbf |
Descripción | Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk |
Tamaño del Archivo | 274 KB |
Cantidad de Instalaciones | 165 |
Versión Actual | 1.0.1 |
Última Actualización | 2023-02-15 |
Fecha de Publicación | 2022-12-06 |
Calificación | 5.00/5 Total de 13 Calificaciones |
Desarrollador | efemogurumajili29143 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://sites.google.com/view/privacypolicy-businessmanagerf/home |
Idiomas Soportados | 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\/*" ] } |