Web Leads Master

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

Web Leads Masterคืออะไร?

Web Leads Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webleadsmaster.com และคุณลักษณะหลักของมันคือ "Makes Web Leads Master easier to use by automatically getting your session cookie"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Leads Master

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
        ]
    }
}