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은(는) connectionrequests.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automation Software for LinkedIn lead generation, social selling and LinkedIn Auto operate tool."입니다.

확장 프로그램 스크린샷

screenshot

CR LinkedIn Automatic Message Sender 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}