LinkRunPro

社交媒体营销工具

Vad är LinkRunPro?

LinkRunPro är en Chrome-tillägg utvecklad av 江西顶易科技发展有限公司, och dess huvudfunktion är "社交媒体营销工具".

Tilläggsskärmbilder

screenshot

Ladda ner LinkRunPro-förlängningens CRX-fil

Ladda ner LinkRunPro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn LinkRunPro LinkRunPro
ID ihmajbbgeaghifjhckfaopcpghfnjpjf
Officiell webbadress https://chromewebstore.google.com/detail/linkrunpro/ihmajbbgeaghifjhckfaopcpghfnjpjf
Beskrivning 社交媒体营销工具
Filstorlek 1.03 MB
Antal Installationer 398
Aktuell Version 2.0.1
Senast Uppdaterad 2020-12-09
Publiceringsdatum 2020-06-24
Utvecklare 江西顶易科技发展有限公司
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://in.smartsousou.com/q
URL till Sekretesspolicy Sidan http://h.topeasysoft.com/yinsi.html
Stödda Språk 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": [
        "*\/*"
    ]
}