Social Lead Machine
Easily increase views to your LinkedIn profile and turn cold leads into warm prospects.
Social Lead Machineคืออะไร?
Social Lead Machine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sam และคุณลักษณะหลักของมันคือ "Easily increase views to your LinkedIn profile and turn cold leads into warm prospects."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social Lead Machine
ดาวน์โหลดไฟล์ส่วนขยาย Social Lead Machine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gain more visits to your LinkedIn profile, build your social media networks, monitor your prospects' activities and find quality leads with this Chrome extension. Help/Support - Write us at [email protected] Social Lead Machine will help you: - meet your monthly revenue goals - land new contracts, sign more deals - consistently generate traffic, referrals and sales for your business Easily increase views to your LinkedIn profile, ensure your brand is always in front of your ideal target client and watch your profits soar! Note: To use Social Lead Machine, a Premium LinkedIn subscription is required. The plans that works best are the "Business Plus" plan (the blue option), Sales Navigator or Recruiter Lite. Social Lead Machine is not associated with LinkedIn and they do not approve the use of Social Lead Machine.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Social Lead Machine |
ID | ikcleedhpnkajcggbaehhbpldeeogkkd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/social-lead-machine/ikcleedhpnkajcggbaehhbpldeeogkkd |
คำอธิบาย | Easily increase views to your LinkedIn profile and turn cold leads into warm prospects. |
ขนาดไฟล์ | 3.61 MB |
จำนวนการติดตั้ง | 957 |
เวอร์ชันปัจจุบัน | 3.0.6 |
อัปเดตครั้งล่าสุด | 2021-04-05 |
วันที่เผยแพร่ | 2020-03-24 |
คะแนน | 3.91/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | Sam |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://mail.google.com/mail/u/0/[email protected]&su=Help%20with%20SLM%2C%20please%3F&body=%0D%0A1%2E%20Describe%20your%20issue%0D%0A%0D%0A%0D%0A%0D%0A2%2E%20Explain%20what%20you%20were%20doing%20when%20this%20happened%0D%0A%0D%0A%0D%0A%0D%0A3%2E%20What%20is%20your%20desired%20outcome%3F%0D%0A%0D%0A%0D%0A%0D%0A&tf=1 |
URL หน้านโยบายความเป็นส่วนตัว | https://termsfeed.com/privacy-policy/eb3951ef434ccacec1f76fb46e802766 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "bg.html" }, "browser_action": { "default_icon": "icons\/icon16.png" }, "description": "Easily increase views to your LinkedIn profile and turn cold leads into warm prospects.", "content_scripts": [ { "all_frames": false, "js": [ "content_script\/cs_additional.js" ], "matches": [ "https:\/\/linkedin.com\/*", "https:\/\/*.linkedin.com\/*" ] }, { "all_frames": false, "js": [ "content_script\/cs_script.js" ], "matches": [ "https:\/\/www.linkedin.com\/search\/results\/*" ] }, { "all_frames": false, "js": [ "content_script\/cs_script_sales.js" ], "matches": [ "https:\/\/www.linkedin.com\/sales\/search*" ] }, { "all_frames": false, "js": [ "content_script\/cs_script_recruiter.js" ], "matches": [ "https:\/\/www.linkedin.com\/recruiter\/smartsearch*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "Social Lead Machine", "oauth2": { "client_id": "1095056057956-sof5n28007cnob70c9v0tuugiphjdtg7.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly", "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "options_page": "options\/index.html", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "alarms", "contextMenus", "unlimitedStorage", "storage", "tabs", "identity", "identity.email", "downloads" ], "version": "3.0.6" } |