LinkedinHey

Autofills Linkedin message field with 'Hey [name]'

LinkedinHey क्या है?

LinkedinHey amando.abreu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autofills Linkedin message field with 'Hey [name]'"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LinkedinHey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL https://amandoabreu.com/contact/
गोपनीयता नीति पृष्ठ URL 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"
    ]
}