CR LinkedIn Automatic Message Sender

Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.

CR LinkedIn Automatic Message Senderคืออะไร?

CR LinkedIn Automatic Message Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย connectionrequests.com และคุณลักษณะหลักของมันคือ "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CR LinkedIn Automatic Message Sender

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

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

                        It facilitates user to communicate with their LinkedIn fellows by using LinkedIn messaging service. Instead of sending messages to fellow LinkedIn user manually and investing lot of time user can install this extension and automate LinkedIn messaging. User can send customized messages to their fellow LinkedIn users which LinkedIn allows.                    

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

ชื่อ CR LinkedIn Automatic Message Sender CR LinkedIn Automatic Message Sender
ID pfpchkdlfkmdflpfkmfimnljnfeohbml
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cr-linkedin-automatic-mes/pfpchkdlfkmdflpfkmfimnljnfeohbml
คำอธิบาย Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.
ขนาดไฟล์ 2.46 MB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2021-05-01
วันที่เผยแพร่ 2021-02-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา connectionrequests.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://connectionrequests.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CR LinkedIn Automatic Message Sender",
    "version": "1.2.6",
    "description": "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool.",
    "icons": {
        "16": "static\/img\/icon16.png",
        "48": "static\/img\/icon48.png",
        "128": "static\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/img\/icon16.png",
        "default_title": "CR Message Sender",
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/search\/results\/*",
                "*:\/\/*.linkedin.com\/groups\/*\/members\/*"
            ],
            "js": [
                "content.main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "notifications"
    ]
}