HeyReach

A simple extension to link your LinkedIn account and HeyReach

ما هو HeyReach؟

HeyReach هو إضافة Chrome تم تطويرها بواسطة HeyReach، والميزة الرئيسية لها هي "A simple extension to link your LinkedIn account and HeyReach".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HeyReach

قم بتنزيل ملفات الامتداد HeyReach بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        LinkedIn automation software that helps agencies and teams scale their LinkedIn outreach! 

Safely send unlimited connection requests & messages from multiple synchronized accounts, with the only agency-first LinkedIn automation tool on the market.

What is included:
- Unified Dashboard for all LinkedIn accounts in your organization
- Multi-account rotation in one campaign
- Infinite A/B copy testing
- AI hyper-personalized connection request messages
- One Inbox for all of your LinkedIn accounts
- Handle all of your LinkedIn leads from HeyReach
- Native integration to HubSpot and Pipedrive
- Export unlimited contacts from Sales Navigator in CSV                    

معلومات أساسية عن التمديد

الاسم HeyReach HeyReach
ID fnfjobgkepeolimkplmkpifohdabioho
عنوان URL الرسمي https://chromewebstore.google.com/detail/heyreach/fnfjobgkepeolimkplmkpifohdabioho
الوصف A simple extension to link your LinkedIn account and HeyReach
حجم الملف 41.4 KB
عدد التثبيتات 2,428
النسخة الحالية 1.0.4
آخر تحديث 2024-01-12
تاريخ النشر 2023-10-10
تقييم 4.33/5 مجموع تقييمات 6
المطور HeyReach
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://heyreach.io/
عنوان صفحة سياسة الخصوصية https://heyreach.io/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HeyReach",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuWs4281CsTubOMJD+XOyVKJwdKmzYrHDLEsR4lNEQOPpuyTEum6awicDYIKrexpuplJpRaykN2rD+9ELvvEdVqiw6GaS9B6sWzXaurT0YZakzbyU436d0n28NL9L0RvqKoHRdkEIthPk0gIg38iVZFqBpWkTAaqsut6m+\/MNGKQbN++hOrOutu8G1FPcJzMkAHQVZqeha6Zw4D9UHqYvGzgvMURShbzg9\/9OsR8\/1uiAy8iX3JumNh+KBqpfs6ft7fUSYDGwrFIzVr3JZDwat3YvluSZEIEx0r3QQ8KGaXoR1nAJlH59S6s2ztmaZP+s6yGkhEmuqqOYv+7xyRHVzwIDAQAB",
    "version": "1.0.4",
    "description": "A simple extension to link your LinkedIn account and HeyReach",
    "permissions": [
        "cookies",
        "tabs",
        "declarativeNetRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/app.heyreach.io\/*",
        "https:\/\/*.linkedin.com\/*",
        "*:\/\/api.heyreach.io\/*",
        "http:\/\/localhost:4200\/*"
    ],
    "incognito": "split",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/app.heyreach.io\/*",
            "https:\/\/app.heyreach.io\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}