Lyne

Lyne

Cos'è Lyne?

Lyne è un'estensione di Chrome sviluppata da https://lyne.ai, e la sua funzione principale è "Lyne".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lyne

Scarica i file di estensione Lyne in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Lyne Lyne
ID ccmdedkeplbflfiggghjodhnbkjhicji
URL Ufficiale https://chromewebstore.google.com/detail/lyne/ccmdedkeplbflfiggghjodhnbkjhicji
Descrizione Lyne
Dimensione del File 95.5 KB
Conteggio Installazioni 1,557
Versione Corrente 0.0.4
Ultimo Aggiornamento 2022-04-02
Data di Pubblicazione 2021-09-02
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://lyne.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lyne.ai
URL della Pagina di Aiuto https://lyne.ai
URL della Pagina della Politica sulla Privacy https://www.lyne.ai/privacy
Lingue Supportate 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"
    ]
}