Prospect Remover

Automatically remove inactive and deactivated prospects from your Facebook account

Prospect Removerคืออะไร?

Prospect Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scalingwithautomations.com และคุณลักษณะหลักของมันคือ "Automatically remove inactive and deactivated prospects from your Facebook account"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prospect Remover

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

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

                        👉 THIS IS A PAID APP - PLEASE PURCHASE ACCESS FROM YOUR RESELLER 👈

Automatically remove inactive and deactivated prospects from your Facebook account.

Getting clients on Facebook is all about connecting with as many prospects (aka "friends") as possible.  

But when you have too many friends that doesn't engage with you, it hurts your organic reach, and therefore, your marketing efforts doesn't get seen by your target audience.  

Now thankfully, there's a solution for this with very problem, and you can do it all with just a single click!

Prospect remover will sync with your entire friends list with past engagements stats within the last 180 days.  

You'll be able to analyse, see and sort through friends by the amount of reactions, comments on your posts.  

You'll also be able to see how many messages you've exchanged through messenger, which shows a snapshot measure of your interactions.  

In addition, you can also white-list anyone who you never want to remove, so that they are safe from deletion.  

Once you're done, one click, and BOOM - a fresh clean list ready to take on more prospects!                    

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

ชื่อ Prospect Remover Prospect Remover
ID gnbofceodnoeaalehedhbmfooellimpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prospect-remover/gnbofceodnoeaalehedhbmfooellimpe
คำอธิบาย Automatically remove inactive and deactivated prospects from your Facebook account
ขนาดไฟล์ 1.26 MB
จำนวนการติดตั้ง 658
เวอร์ชันปัจจุบัน 1.5.3
อัปเดตครั้งล่าสุด 2023-12-27
วันที่เผยแพร่ 2022-06-25
ผู้พัฒนา https://scalingwithautomations.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.scalingwithautomations.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prospect Remover",
    "description": "Automatically remove inactive and deactivated prospects from your Facebook account",
    "version": "1.5.3",
    "icons": {
        "16": "images\/60a4e857c27a7e5a7784aaca-Prospect_Remover-1655093294659-small_icon.png",
        "48": "images\/60a4e857c27a7e5a7784aaca-Prospect_Remover-1655093294766-medium_icon.png",
        "128": "images\/60a4e857c27a7e5a7784aaca-Prospect_Remover-1655093294897-large_icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Prospect Remover"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/api.frienddisconnector.com\/*",
        "https:\/\/*.amazonaws.com\/*"
    ],
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.html",
                "*.js",
                "*.map",
                "*.png",
                "*.svg"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "short_name": "PR"
}