LinkedIn to Airtable

Easily add LinkedIn profiles to Airtable with just one click

O que é LinkedIn to Airtable?

LinkedIn to Airtable é uma extensão do Chrome desenvolvida por https://linkedintoairtable.com, e sua principal característica é "Easily add LinkedIn profiles to Airtable with just one click".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LinkedIn to Airtable

Baixe arquivos de extensão LinkedIn to Airtable no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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].                    

Informações Básicas da Extensão

Nome LinkedIn to Airtable LinkedIn to Airtable
ID cnbfnjnfadkcidlmddmmhkbfbngephmk
URL Oficial https://chromewebstore.google.com/detail/linkedin-to-airtable/cnbfnjnfadkcidlmddmmhkbfbngephmk
Descrição Easily add LinkedIn profiles to Airtable with just one click
Tamanho do Arquivo 227 KB
Contagem de Instalações 137
Versão Atual 0.0.7
Última Atualização 2024-01-12
Data de Publicação 2023-04-13
Desenvolvedor https://linkedintoairtable.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.linkedintoairtable.com
URL da Página de Ajuda https://www.linkedintoairtable.com/contact-us
URL da Página de Política de Privacidade https://www.linkedintoairtable.com/privacy-policy
Idiomas Suportados 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\/*"
    ]
}