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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
        ]
    }
}