LinkedIn Assistant

Collect and store information about leads directly from LinkedIn

Cos'è LinkedIn Assistant?

LinkedIn Assistant è un'estensione di Chrome sviluppata da http://liassistant.com, e la sua funzione principale è "Collect and store information about leads directly from LinkedIn".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LinkedIn Assistant

Scarica i file di estensione LinkedIn Assistant 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

                        LI Assistant is a great tool to save your favorite LinkedIn candidate profiles to Airtable and Google Sheets. Instead of manually copying and pasting from the profile you're on, just use LI Assistant and automatically import the user's info and add some extra context.                    

Informazioni di Base sull'Estensione

Nome LinkedIn Assistant LinkedIn Assistant
ID cpgpnpdaehlfgdpfcdddjbkhfaflpbgn
URL Ufficiale https://chrome.google.com/webstore/detail/linkedin-assistant/cpgpnpdaehlfgdpfcdddjbkhfaflpbgn
Descrizione Collect and store information about leads directly from LinkedIn
Dimensione del File 23.66 KB
Conteggio Installazioni 39
Versione Corrente 1.0
Ultimo Aggiornamento 2022-03-30
Data di Pubblicazione 2022-03-30
Sviluppatore http://liassistant.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://liassistant.com
URL della Pagina di Aiuto https://liassistant.com/support
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Assistant",
    "description": "Collect and store information about leads directly from LinkedIn",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/lia16.png",
            "32": "\/img\/lia32.png",
            "48": "\/img\/lia48.png",
            "128": "\/img\/lia128.png"
        }
    },
    "icons": {
        "16": "\/img\/lia16.png",
        "32": "\/img\/lia32.png",
        "48": "\/img\/lia48.png",
        "128": "\/img\/lia128.png"
    }
}