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文件

下載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
官方網址 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"
    ]
}