LinkRunPro

社交媒体营销工具

What is LinkRunPro?

LinkRunPro is a Chrome extension developed by 江西顶易科技发展有限公司, and its main feature is "社交媒体营销工具".

Extension Screenshots

screenshot

Download LinkRunPro Extension CRX File

Download LinkRunPro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        linkedinPro是社交媒体营销工具,协助用户在领英平台进行客户的开发,主要功能如下:
1.自动添加好友功能,分为添加可能认识的好友,设置关键字搜索的好友,帮助用户快速添加好友进行联系,减少添加好友耗费的时间;
2.自动下载好友联系方式,获取用户自身好友的联系方式,包括微信,电话等等,方便用户对好友进行进一步的联系,商谈业务或者进一步交心                    

Extension Basic Information

Name LinkRunPro LinkRunPro
ID ihmajbbgeaghifjhckfaopcpghfnjpjf
Official URL https://chromewebstore.google.com/detail/linkrunpro/ihmajbbgeaghifjhckfaopcpghfnjpjf
Description 社交媒体营销工具
File Size 1.03 MB
Installation Count 398
Current Version 2.0.1
Last Updated 2020-12-09
Publish Date 2020-06-24
Developer 江西顶易科技发展有限公司
Email [email protected]
Payment Type free
Extension Website http://in.smartsousou.com/q
Privacy Policy Page URL http://h.topeasysoft.com/yinsi.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkRunPro",
    "version": "2.0.1",
    "description": "\u793e\u4ea4\u5a92\u4f53\u8425\u9500\u5de5\u5177",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_16.png",
            "38": "img\/icon_48.png"
        },
        "default_title": "LinkRunPro",
        "default_popup": "html\/popup.html"
    },
    "homepage_url": "http:\/\/www.topeasysoft.com\/",
    "background": {
        "page": "html\/background.html"
    },
    "content_security_policy": "script-src 'self'  https:\/\/t.smartsousou.com https:\/\/www.linkedin.com\/ https:\/\/127.0.0.1 chrome-extension:\/\/invalid\/ 'unsafe-inline' 'unsafe-eval' ; default-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline'; img-src * data:; object-src 'self';connect-src *",
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/until.js",
                "js\/apiURL.js",
                "js\/LinkedinFriends.js"
            ],
            "css": [
                "css\/layui.css",
                "css\/mWindows.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/search.js"
            ],
            "css": [
                "js\/css\/layui.css",
                "css\/mPane2.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "background",
        "cookies",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "*\/*"
    ]
}