BeFriend Group Mates

Bulk invite engaged users in FB groups and remove inactive users on your friends list to increase engagement and sales!

BeFriend Group Matesคืออะไร?

BeFriend Group Mates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://befriendgroupmates.com และคุณลักษณะหลักของมันคือ "Bulk invite engaged users in FB groups and remove inactive users on your friends list to increase engagement and sales!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BeFriend Group Mates

ดาวน์โหลดไฟล์ส่วนขยาย BeFriend Group Mates ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        All-in-one solution to keep your Facebook friends list fresh by:
1) Inviting engaged users in FB groups that you are in without clicking 'Invite As Friend' manually...
2) Deleting inactive friends who don't care to engage in your content based on their reactions and comments to your posts
3) Initiating the first message to them after you invite them to be a friend. 

Save your clicks, time, and money when you automate this process.
This can help build new relationships, friendships, and potential JV connections. 

With this extension, you can automatically build your friend's list with your ideal people to connect on a deeper level! 

UPDATES:
-Fixed adding friends on recent posts (with ability to search by keyword and send first message)
-Delete features (without private message data) works 

PENDING UPDATES WEEKLY due to FB changes.

Note: This extension is not affiliated with Facebook.

*Only users with qualified plans may use this extension. 
*Intermittent server maintenance may occur for updates. 
Please report to [email protected] if an error is found. Thank you for your support and patience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BeFriend Group Mates BeFriend Group Mates
ID hbenkndkhjjclapfbkfggfdmkabapjih
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hbenkndkhjjclapfbkfggfdmkabapjih
คำอธิบาย Bulk invite engaged users in FB groups and remove inactive users on your friends list to increase engagement and sales!
ขนาดไฟล์ 1.33 MB
จำนวนการติดตั้ง 290
เวอร์ชันปัจจุบัน 3.6.60
อัปเดตครั้งล่าสุด 2021-09-24
วันที่เผยแพร่ 2020-07-04
คะแนน 4.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา http://befriendgroupmates.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.befriendgroupmates.com
URL หน้าช่วยเหลือ https://support.kimcdang.com
URL หน้านโยบายความเป็นส่วนตัว https://www.groupconvert.com/privacy24428578
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BeFriend Group Mates",
    "version": "3.6.60",
    "short_name": "BGM",
    "description": "Bulk invite engaged users in FB groups and remove inactive users on your friends list to increase engagement and sales!",
    "permissions": [
        "activeTab",
        "unlimitedStorage",
        "storage",
        "tabs",
        "webRequestBlocking",
        "",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*",
                "https:\/\/touch.facebook.com\/*",
                "https:\/\/mobile.facebook.com\/*",
                "https:\/\/www.facebook.com\/groups\/*",
                "https:\/\/web.facebook.com\/groups\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "assets\/env.js",
                "assets\/jquery.min.js",
                "assets\/contentScript.js",
                "assets\/vendor.js",
                "assets\/arrive.js",
                "assets\/testcontent.js",
                "assets\/jquery.bpopup.min.js"
            ],
            "css": [
                "assets\/content.inj.css",
                "assets\/jquery.toast.min.css"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon.png"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "web_accessible_resources": [
        "assets\/*.png"
    ],
    "externally_connectable": {
        "ids": [
            "gebgpfangijbamcgjnjbdpogkfdcicee"
        ],
        "matches": [
            "*:\/\/*.facebook.com\/*"
        ]
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "manifest_version": 2,
    "incognito": "split"
}