CompLeadly Extension
CompLeadly Chrome Extension: Collect LinkedIn Data and Add Contacts to Target Groups
什么是CompLeadly Extension?
CompLeadly Extension是由CompLeadly开发的Chrome扩展程序,该扩展的主要功能是“CompLeadly Chrome Extension: Collect LinkedIn Data and Add Contacts to Target Groups”。
扩展截图
下载CompLeadly Extension扩展crx文件
下载CompLeadly Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Import LinkedIn profiles from message inbox and create HTML monoliths. 扩展基本信息
| 名称 | |
| ID | ebminckhagalghogffmiahpahpkifgei |
| 官方URL | https://chromewebstore.google.com/detail/compleadly-extension/ebminckhagalghogffmiahpahpkifgei |
| 简介 | CompLeadly Chrome Extension: Collect LinkedIn Data and Add Contacts to Target Groups |
| 文件大小 | 941 KB |
| 安装次数 | 111 |
| 当前版本 | 3.12.41 |
| 更新时间 | 2024-02-03 |
| 上架时间 | 2022-12-28 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | CompLeadly |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://compleadly.de/ |
| 帮助页面URL | https://compleadly.de/kontakt/ |
| 隐私政策页面URL | https://compleadly.de/datenschutz |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CompLeadly Extension",
"version": "3.12.41",
"description": "CompLeadly Chrome Extension: Collect LinkedIn Data and Add Contacts to Target Groups",
"action": {
"default_icon": {
"32": "assets\/images\/favicon.32x32.png",
"48": "assets\/images\/favicon.48x48.png"
},
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"32": "assets\/images\/favicon.32x32.png",
"48": "assets\/images\/favicon.48x48.png",
"128": "assets\/images\/favicon.128x128.png"
},
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
]
} | |