EYH Lead Gen

EYH Lead Generator chrome extension to help social media activities

EYH Lead Genคืออะไร?

EYH Lead Gen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aitrix และคุณลักษณะหลักของมันคือ "EYH Lead Generator chrome extension to help social media activities"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EYH Lead Gen

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

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

                        EYH Lead Generator allows users to find the perfect customer locally or internationally, in any industry, within seconds, at scale.

Imagine a world where targeted traffic was never a problem.

EYH Lead Generator is a social media-integrated lead generation software and complete CRM system. Drawing on the power and scope of social media and the collection of 20 highly useful social media-driven tools, EYH Lead Generator helps users easily target their ideal audiences and automatically sync them into their pipeline. 

Customize, manage, and automate your hyper-targeted pipeline of leads for engagement and outreach campaigns all on one intuitive platform.

The search for targeted leads ends here!                    

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

ชื่อ EYH Lead Gen EYH Lead Gen
ID fgmjfiknabhhengpjmhmammenljldpdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eyh-lead-gen/fgmjfiknabhhengpjmhmammenljldpdk
คำอธิบาย EYH Lead Generator chrome extension to help social media activities
ขนาดไฟล์ 3.55 MB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2023-10-21
วันที่เผยแพร่ 2023-06-11
ผู้พัฒนา Aitrix
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.aitrixs.com/privacy-policy-1
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "EYH Lead Generator chrome extension to help social media activities",
    "version": "1.1.6",
    "manifest_version": 3,
    "name": "EYH Lead Gen",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/assets\/img\/icon-128.png"
    },
    "icons": {
        "128": "\/assets\/img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardRead",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/w1.aitrixs.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.messenger.com\/*"
            ],
            "js": [
                "\/assets\/js\/jquery.3.2.1.min.js",
                "contentScript.bundle.js",
                "vanillaSelectBox.js"
            ],
            "css": [
                "content.styles.css",
                "\/vanillaSelectBox.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "vanillaSelectBox.css",
                "icon-128.png"
            ],
            "matches": []
        }
    ]
}