LeadRadar - LinkedIn automation tool
LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…
Was ist LeadRadar - LinkedIn automation tool?
LeadRadar - LinkedIn automation tool ist eine Chrome-Erweiterung, die von https://leadradar.io entwickelt wurde, und ihr Hauptmerkmal ist "LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…".
Erweiterungsscreenshots
LeadRadar - LinkedIn automation tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie LeadRadar - LinkedIn automation tool-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
LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts with filters and tags and help your profile grow by sending multiple connection requests and messages with a single click. With LeadRadar you will be able to: - organize your contacts and 2nd degree profiles with agile filters and tags - automatically send connection requests and messages to targeted profiles - view pages of your target audience to attract attention to your profile - calculate your LinkedIn activity statistics - export contact data of your 1st degree connections
Grundlegende Informationen zur Erweiterung
Name | LeadRadar - LinkedIn automation tool |
ID | hllcjbhgepnhcpllbheeoponaopnfpeo |
Offizielle URL | https://chromewebstore.google.com/detail/leadradar-linkedin-automa/hllcjbhgepnhcpllbheeoponaopnfpeo |
Beschreibung | LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts… |
Dateigröße | 2.75 MB |
Installationsanzahl | 215 |
Aktuelle Version | 1.5.20 |
Letztes Update | 2019-11-16 |
Veröffentlichungsdatum | 2019-11-16 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://leadradar.io |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LeadRadar - LinkedIn automation tool", "version": "1.5.20", "offline_enabled": true, "icons": { "512": "favicon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/linkedin.com\/vsearch\/*", "*:\/\/www.linkedin.com\/vsearch\/*", "*:\/\/linkedin.com\/search\/*", "*:\/\/www.linkedin.com\/search\/*" ], "js": [ "integration.js" ] }, { "matches": [ "*:\/\/linkedin.com\/*", "*:\/\/www.linkedin.com\/*" ], "js": [ "jquery.min.js", "jquery.cookie.js", "content.js", "socket.io.js", "page\/js\/socket.js" ] } ], "browser_action": { "default_title": "LinkedIn Extension", "default_icon": { "512": "favicon.png" } }, "permissions": [ "*:\/\/linkedin.com\/", "*:\/\/*.linkedin.com\/", "*:\/\/liext.local\/", "*:\/\/leadradar.io\/", "storage", "unlimitedStorage", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |