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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Load the list of posts and messages on the fanpage and let them select and delete these lists in bulk"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Business Manager for Facebook™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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™ |
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\/*" ] } |