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是由sharma开发的Chrome扩展程序,该扩展的主要功能是“Download Linkedin Profile easily and quickly in Doc formats Grab all the details in just few clicks.”。
扩展截图
下载LinkedIn Profile Downloader扩展crx文件
下载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'" } |