Client Filter

Filter Leads With Any Facebook Posts or Ads in One-Click

Client Filterคืออะไร?

Client Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scalingwithautomations.com และคุณลักษณะหลักของมันคือ "Filter Leads With Any Facebook Posts or Ads in One-Click"

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

screenshot

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

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

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

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

Want to find the most buzzing topics?  

Or perhaps the problems your audience is currently facing? 

One click is all it takes with Client Filter!! 

Now you can easily find targeted leads by by filtering out ads or posts from your newsfeed, groups, pages or profile based on keywords that your potential clients are talking about.  

Get rid of all the unwanted contents on your newsfeed, and turn it into a highly targeted super contents feed full of your ideal clients! 

You can use any set of keywords and decide if you just want to see posts or ads or if you don't want to see post or ads based on the given keywords.

Basically, you get to choose what you want to see and how you want to see them, and quickly spot those clients you want to be serving!  

So what are you waiting for? 

Download this extension and find your clients now!!!                    

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

ชื่อ Client Filter Client Filter
ID gonbnibdflggfjpgdllnipdkaegiagfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/client-filter/gonbnibdflggfjpgdllnipdkaegiagfk
คำอธิบาย Filter Leads With Any Facebook Posts or Ads in One-Click
ขนาดไฟล์ 4.27 MB
จำนวนการติดตั้ง 274
เวอร์ชันปัจจุบัน 1.4.5
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2022-01-04
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://scalingwithautomations.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.scalingwithautomations.com/
URL หน้าช่วยเหลือ https://www.facebook.com/groups/563338528534577
URL หน้านโยบายความเป็นส่วนตัว https://www.scalingwithautomations.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Client Filter",
    "version": "1.4.5",
    "description": "Filter Leads With Any Facebook Posts or Ads in One-Click",
    "short_name": "CF",
    "icons": {
        "16": "images\/60a4e857c27a7e5a7784aaca-Client_Filter-1640521368447-small_icon.png",
        "48": "images\/60a4e857c27a7e5a7784aaca-Client_Filter-1640521368502-medium_icon.png",
        "128": "images\/60a4e857c27a7e5a7784aaca-Client_Filter-1640521368552-large_icon.png"
    },
    "action": {
        "default_popup": "dashboard.html",
        "default_title": "Client Filter"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "wrapper.js"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/facebook.com\/*",
        "https:\/\/www.facebook.com\/*"
    ]
}