LinkedinHey

Autofills Linkedin message field with 'Hey [name]'

ما هو LinkedinHey؟

LinkedinHey هو إضافة Chrome تم تطويرها بواسطة amando.abreu، والميزة الرئيسية لها هي "Autofills Linkedin message field with 'Hey [name]'".

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

screenshot

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

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

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

                        This chrome extension is ideal for those who send a lot of messages on Linkedin but don't need all the features of the paid options on the platform. 
How to use it:
1) Pin the extension to the chrome toolbar
2) Click the LinkedinHey icon
3) Click the message field of the person you want to send a message to, this automatically fills it with "Hey" followed by the person's name.
4) Paste your template or write your message

Saves hours per week and makes sure the names you write are always correctly spelled.                    

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

الاسم LinkedinHey LinkedinHey
ID jhojnacpjblmbggiaiajphhehigeggjn
عنوان URL الرسمي https://chromewebstore.google.com/detail/linkedinhey/jhojnacpjblmbggiaiajphhehigeggjn
الوصف Autofills Linkedin message field with 'Hey [name]'
حجم الملف 7.55 KB
عدد التثبيتات 16
النسخة الحالية 1.0.0
آخر تحديث 2021-01-19
تاريخ النشر 2021-01-19
المطور amando.abreu
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://amandoabreu.com/wrote/linkedinhey-name-autofiller/
عنوان صفحة المساعدة https://amandoabreu.com/contact/
عنوان صفحة سياسة الخصوصية https://amandoabreu.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedinHey",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Autofills Linkedin message field with 'Hey [name]'",
    "homepage_url": "https:\/\/amandoabreu.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "LinkedinHey",
        "default_icon": "icon.png"
    },
    "permissions": [
        "https:\/\/linkedin.com\/*",
        "activeTab"
    ]
}