LinkedIn Profile Downloader
Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks.
LinkedIn Profile Downloaderคืออะไร?
LinkedIn Profile Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sharma และคุณลักษณะหลักของมันคือ "Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkedIn Profile Downloader
ดาวน์โหลดไฟล์ส่วนขยาย LinkedIn Profile Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension helps you download a LinkedIn profile in a .doc format, which includes the profile's picture, educational background, employment experience, job title, etc., in a beautiful and organized file. In just a few clicks, you can import and download the profile directly to your PC's local storage. The downloaded file can then be edited, shared, or used as you deem fit. Use this extension to scrape data from a page for later use.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pjpclgmpflbefdbmlokmdgcdibmhkeeo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/linkedin-profile-download/pjpclgmpflbefdbmlokmdgcdibmhkeeo |
คำอธิบาย | Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks. |
ขนาดไฟล์ | 130 KB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-12-20 |
วันที่เผยแพร่ | 2020-12-15 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | sharma |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Profile Downloader", "description": "Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks. ", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Thanks" }, "permissions": [ "activeTab" ], "background": { "page": "background.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "web_accessible_resources": [ "jquery.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/code.jquery.com https:\/\/unpkg.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'" } |