CompLeadly Extension
CompLeadly Chrome Extension: Collect LinkedIn Data and Add Contacts to Target Groups
Was ist CompLeadly Extension?
CompLeadly Extension ist eine Chrome-Erweiterung, die von CompLeadly entwickelt wurde, und ihr Hauptmerkmal ist "CompLeadly Chrome Extension: Collect LinkedIn Data and Add Contacts to Target Groups".
Erweiterungsscreenshots
CompLeadly Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie CompLeadly Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Import LinkedIn profiles from message inbox and create HTML monoliths. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ebminckhagalghogffmiahpahpkifgei |
| Offizielle URL | https://chromewebstore.google.com/detail/compleadly-extension/ebminckhagalghogffmiahpahpkifgei |
| Beschreibung | CompLeadly Chrome Extension: Collect LinkedIn Data and Add Contacts to Target Groups |
| Dateigröße | 941 KB |
| Installationsanzahl | 111 |
| Aktuelle Version | 3.12.41 |
| Letztes Update | 2024-02-03 |
| Veröffentlichungsdatum | 2022-12-28 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | CompLeadly |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://compleadly.de/ |
| Hilfeseite URL | https://compleadly.de/kontakt/ |
| URL der Datenschutzrichtlinien-Seite | https://compleadly.de/datenschutz |
| Unterstützte Sprachen | 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"
]
} | |