GruFlu
GruFlu quickly finds the top influencers and top influential posts in any facebook group.
ما هو GruFlu؟
GruFlu هو إضافة Chrome تم تطويرها بواسطة https://gruflu.com، والميزة الرئيسية لها هي "GruFlu quickly finds the top influencers and top influential posts in any facebook group.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GruFlu
قم بتنزيل ملفات الامتداد GruFlu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
GruFlu will take your organic marketing to a new level. It will allow you to easily find the most influential posts and topics in any Facebook group so you can get content ideas and see what your dream buyers are really interested in talking about. It will also help you find and target the top influencers in a group so you can build relationships with them. GruFlu will save you hours and hours of your time and help you create better content, grow your network, and get more paying customers.
معلومات أساسية عن التمديد
الاسم | GruFlu |
ID | obokbjpaghkilchokaampdkcnchabkoh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gruflu/obokbjpaghkilchokaampdkcnchabkoh |
الوصف | GruFlu quickly finds the top influencers and top influential posts in any facebook group. |
حجم الملف | 241 KB |
عدد التثبيتات | 1,176 |
النسخة الحالية | 1.0.57 |
آخر تحديث | 2024-02-01 |
تاريخ النشر | 2021-11-01 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | https://gruflu.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://tier5.us/chrome_extension |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GruFlu", "description": "GruFlu quickly finds the top influencers and top influential posts in any facebook group.", "version": "1.0.57", "manifest_version": 3, "action": { "default_popup": "login.html", "default_title": "GruFlu" }, "icons": { "16": "images\/1635350191339-smallLogo.png", "48": "images\/1635350191493-mediumLogo.png", "128": "images\/1635350191555-largeLogo.png" }, "background": { "service_worker": "js\/backgroundWrapper.min.js" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ ".\/js\/jquery.min.js", ".\/js\/content.min.js" ], "matches": [ "https:\/\/*.facebook.com\/groups\/*" ] } ], "permissions": [ "tabs", "storage", "notifications" ], "options_page": "dashboard1.html", "short_name": "G" } |