Web Leads Master

Makes Web Leads Master easier to use by automatically getting your session cookie

什麼是Web Leads Master?

Web Leads Master是由https://webleadsmaster.com開發的Chrome擴展程式,該擴展的主要功能是“Makes Web Leads Master easier to use by automatically getting your session cookie”。

擴展截圖

screenshot
screenshot

下載Web Leads Master擴展crx文件

下載Web Leads Master擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        WLM is a web application that fully automates your workflow on LinkedIn and saves a lot of your time!

This extension will automatically get a session cookie. Once you are in your Web Leads Master profile, just click 'Get my cookie' to save it to your profile.

In case you have any questions or suggestions, drop us a line ([email protected]).                    

擴展基本資訊

名稱 Web Leads Master Web Leads Master
ID kdmplecljeneicdfakfgjocldgddhpmn
官方網址 https://chromewebstore.google.com/detail/web-leads-master/kdmplecljeneicdfakfgjocldgddhpmn
簡介 Makes Web Leads Master easier to use by automatically getting your session cookie
檔案大小 12.17 KB
安裝次數 28
目前版本 1.0.0
更新時間 2020-06-14
上架時間 2020-06-14
評分 5.00/5 共 5 次評分
開發者 https://webleadsmaster.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://app.webleadsmaster.com/
說明頁面URL https://app.webleadsmaster.com/contact-us
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Leads Master",
    "description": "Makes Web Leads Master easier to use by automatically getting your session cookie",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "cookies",
        "https:\/\/www.linkedin.com\/*"
    ],
    "icons": {
        "16": "src\/logo16.png",
        "48": "src\/logo48.png",
        "128": "src\/logo128.png"
    },
    "browser_action": {
        "default_icon": "src\/logo128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.webleadsmaster.com\/*",
            "https:\/\/www.app.webleadsmaster.com\/*"
        ]
    }
}