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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Web Leads Master
قم بتنزيل ملفات الامتداد Web Leads Master بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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/ |
عنوان صفحة المساعدة | 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\/*" ] } } |