OutreachGenius

Experience Ultra-personalized LinkedIn outreach, powered by AI

OutreachGeniusคืออะไร?

OutreachGenius เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://outreachgenius.ai และคุณลักษณะหลักของมันคือ "Experience Ultra-personalized LinkedIn outreach, powered by AI"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        📢 Are you tired of sending generic outreach messages to potential clients on LinkedIn and getting lost in the crowd🤔

OutreachGenius will revolutionize the way you reach out to prospects forever! 🚀

As the founders of a successful LinkedIn marketing agency, we know firsthand that personalization is the secret ingredient to a successful campaign. 📈

Our AI-powered extension will analyze your prospect's LinkedIn profile and help you create highly personalized outreach messages in seconds that will grab their attention and increase your chances of converting them into clients. 💼

Whether you're sending a connection request or offering your services, OutreachGenius will craft multiple variations of your message based on filters like tone of voice, your relationship with the prospect, and message length. 💬

So why settle for generic outreach messages when you can stand out from the crowd with personalized touch that converts?  😎 

Try OutreachGenius for free today and start converting your ideal clients with ease. 💪                    

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

ชื่อ OutreachGenius OutreachGenius
ID ekbmkecmfjahfomoafomalldaihhfjnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/outreachgenius/ekbmkecmfjahfomoafomalldaihhfjnh
คำอธิบาย Experience Ultra-personalized LinkedIn outreach, powered by AI
ขนาดไฟล์ 789 KB
จำนวนการติดตั้ง 545
เวอร์ชันปัจจุบัน 1.2.11
อัปเดตครั้งล่าสุด 2024-01-16
วันที่เผยแพร่ 2023-04-19
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://outreachgenius.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.outreachgenius.ai
URL หน้าช่วยเหลือ https://www.outreachgenius.ai/support
URL หน้านโยบายความเป็นส่วนตัว https://www.outreachgenius.ai/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OutreachGenius",
    "description": "Experience Ultra-personalized LinkedIn outreach, powered by AI",
    "version": "1.2.11",
    "manifest_version": 3,
    "icons": {
        "34": "img\/icon-34.png",
        "68": "img\/icon-68.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-c7b850db.057034db.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "resources": [
                "img\/*",
                "css\/content.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "resources": [
                "assets\/chunk-29ab7841.js",
                "assets\/chunk-c7b850db.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}