Dynamic InMail

This extension dynamically generates a customized InMail using data from the candidate's profile.

Dynamic InMailคืออะไร?

Dynamic InMail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gharezlak และคุณลักษณะหลักของมันคือ "This extension dynamically generates a customized InMail using data from the candidate's profile."

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

screenshot

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

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

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

                        v3.2
Full fix for new LinkedIn Recruiter's new UI (works from search result view now)

v3.0.0
Updated to function with LinkedIn Recruiter's new UI

v2.4.0
Made the options page open in new tab to eliminate screen size issues

v2.3.3
You can now use merge fields multiple times in one template

v2.3.2
Update length_of_time variable for LinkedIn's new UI 

v2.3.1
Bug fix for school function

v2.3
Added "college" to list of words that qualify current school

Made "No Salutation" the default selection in compose window

v2.2
Added new "school" merge field to detect first school listed

Fixed keyword formatting bug

v2.1
Patched to support LinkedIn Recruiter's new shitty InMail UI

v2.0
[length_of_time] now works for any duration (doesn't give up after 5 years)

Fixed reserved characters like ampersand

v<2.0
New version now supports Spintax.
    -http://umstrategies.com/what-is-spintax/

Bugs capturing title and company have been fixed

Feedback button added                    

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

ชื่อ Dynamic InMail Dynamic InMail
ID mkmologpkeekbagakmdaompcifkfghgm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dynamic-inmail/mkmologpkeekbagakmdaompcifkfghgm
คำอธิบาย This extension dynamically generates a customized InMail using data from the candidate's profile.
ขนาดไฟล์ 24.91 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2019-09-18
วันที่เผยแพร่ 2019-09-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา gharezlak
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dynamic InMail",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "manifest_version": 2,
    "description": "This extension dynamically generates a customized InMail using data from the candidate's profile.",
    "version": "3.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Dynamic-InMail",
        "default_icon": "icon.png"
    }
}