CompLeadly Extension
CompLeadly Chrome Extension: Collect LinkedIn Data and Add Contacts to Target Groups
Wat is CompLeadly Extension?
CompLeadly Extension is een Chrome-extensie ontwikkeld door CompLeadly, en de belangrijkste functie is "CompLeadly Chrome Extension: Collect LinkedIn Data and Add Contacts to Target Groups".
Extensie Screenshots
Download het CRX-bestand van de extensie CompLeadly Extension
Download CompLeadly Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Import LinkedIn profiles from message inbox and create HTML monoliths.
Basisinformatie over de Extensie
Naam | CompLeadly Extension |
ID | ebminckhagalghogffmiahpahpkifgei |
Officiële URL | https://chromewebstore.google.com/detail/compleadly-extension/ebminckhagalghogffmiahpahpkifgei |
Beschrijving | CompLeadly Chrome Extension: Collect LinkedIn Data and Add Contacts to Target Groups |
Bestandsgrootte | 941 KB |
Aantal Installaties | 111 |
Huidige Versie | 3.12.41 |
Laatst Bijgewerkt | 2024-02-03 |
Publicatiedatum | 2022-12-28 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | CompLeadly |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://compleadly.de/ |
Help Pagina-URL | https://compleadly.de/kontakt/ |
URL van de Privacybeleid Pagina | https://compleadly.de/datenschutz |
Ondersteunde Talen | 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" ] } |