Lyne
Lyne
Was ist Lyne?
Lyne ist eine Chrome-Erweiterung, die von https://lyne.ai entwickelt wurde, und ihr Hauptmerkmal ist "Lyne".
Erweiterungsscreenshots
Lyne-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lyne-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
Lyne.ai | Prospect, Personalize, Convert Lyne.ai helps you generate 1000's of hyper-personalized intros for your cold outreach per hour. With our Chrome Extension you can extract prospecting data from social networks to be used for your cold outreach. Simply hit extract and we'll find every contacts email & verify them, to return that list to you. Give Lyne.ai a try for FREE today!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ccmdedkeplbflfiggghjodhnbkjhicji |
Offizielle URL | https://chromewebstore.google.com/detail/lyne/ccmdedkeplbflfiggghjodhnbkjhicji |
Beschreibung | Lyne |
Dateigröße | 95.5 KB |
Installationsanzahl | 1,557 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2022-04-02 |
Veröffentlichungsdatum | 2021-09-02 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://lyne.ai |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://lyne.ai |
Hilfeseite URL | https://lyne.ai |
URL der Datenschutzrichtlinien-Seite | https://www.lyne.ai/privacy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lyne", "version": "0.0.4", "manifest_version": 2, "description": "Lyne", "homepage_url": "https:\/\/app.lyne.ai\/", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png" }, "background": { "scripts": [ "src\/jquery.js", "src\/background.js", "src\/extensionClick.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png" } }, "content_scripts": [ { "matches": [ "https:\/\/app.lyne.ai\/*" ], "js": [ "src\/messageParserContentScript.js" ] }, { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "src\/jquery.js", "src\/inject.js" ], "css": [ "src\/content.css", "asset\/css\/style.css" ] } ], "web_accessible_resources": [ "icons\/icon32.png", "src\/tour.js" ], "permissions": [ "cookies", "https:\/\/www.linkedin.com\/*", "https:\/\/app.lyne.ai\/*", "tabs" ] } |