LinkedIn to Airtable

Easily add LinkedIn profiles to Airtable with just one click

¿Qué es LinkedIn to Airtable?

LinkedIn to Airtable es una extensión de Chrome desarrollada por https://linkedintoairtable.com, y su función principal es "Easily add LinkedIn profiles to Airtable with just one click".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión LinkedIn to Airtable

Descarga archivos de extensión LinkedIn to Airtable en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Our browser extension simplifies adding LinkedIn profile data by allowing users to effortlessly store it in Airtable. With just one click on the LinkedIn profile page, customers can quickly and easily organize their information, streamlining their workflow.

Our extension is perfect for anyone who regularly uses LinkedIn to collect professional information. Whether you're a recruiter, salesperson, or researcher, our tool saves you time and effort by automatically capturing essential profile data and sending it directly to Airtable.

To use our extension, simply navigate to any LinkedIn profile page and click the "Add to Airtable" button. The extension will automatically pull the individual's name, avatar, job title, location, and other relevant information and add it to your Airtable base.

With our browser extension, you can effortlessly add LinkedIn profiles to your Airtable base and manage your professional contacts with ease.

Effortlessly Add LinkedIn Profiles to Airtable with our Browser Extension in 4 Simple Steps:
1. Install the browser extension from the Chrome Web Store.
2. Grant the extension access to your Airtable account by signing in.
3. Select the Airtable base and table where you want to store the profile information.
4. Navigate to a LinkedIn profile page. and click the "Add to Airtable" button on the top of the page. the extension will automatically extract the individual's name, job title, company, location, and other relevant information from the LinkedIn profile.

If you have any questions, please feel free to contact us anytime via email at [email protected].                    

Información Básica de la Extensión

Nombre LinkedIn to Airtable LinkedIn to Airtable
ID cnbfnjnfadkcidlmddmmhkbfbngephmk
URL Oficial https://chromewebstore.google.com/detail/linkedin-to-airtable/cnbfnjnfadkcidlmddmmhkbfbngephmk
Descripción Easily add LinkedIn profiles to Airtable with just one click
Tamaño del Archivo 227 KB
Cantidad de Instalaciones 137
Versión Actual 0.0.7
Última Actualización 2024-01-12
Fecha de Publicación 2023-04-13
Desarrollador https://linkedintoairtable.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.linkedintoairtable.com
URL de la Página de Ayuda https://www.linkedintoairtable.com/contact-us
URL de la Página de Política de Privacidad https://www.linkedintoairtable.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.7",
    "author": "Gordon.kihn",
    "name": "LinkedIn to Airtable",
    "description": "Easily add LinkedIn profiles to Airtable with just one click",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedintoairtable.com\/*",
                "http:\/\/localhost:3001\/*"
            ],
            "js": [
                "install.f3e19ea8.js"
            ],
            "run_at": "document_end",
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "linkedin.173fe9c0.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedintoairtable.com\/*"
    ]
}