LinkedIn to Airtable

Easily add LinkedIn profiles to Airtable with just one click

什麼是LinkedIn to Airtable?

LinkedIn to Airtable是由https://linkedintoairtable.com開發的Chrome擴展程式,該擴展的主要功能是“Easily add LinkedIn profiles to Airtable with just one click”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載LinkedIn to Airtable擴展crx文件

下載LinkedIn to Airtable擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 LinkedIn to Airtable LinkedIn to Airtable
ID cnbfnjnfadkcidlmddmmhkbfbngephmk
官方網址 https://chromewebstore.google.com/detail/linkedin-to-airtable/cnbfnjnfadkcidlmddmmhkbfbngephmk
簡介 Easily add LinkedIn profiles to Airtable with just one click
檔案大小 227 KB
安裝次數 137
目前版本 0.0.7
更新時間 2024-01-12
上架時間 2023-04-13
開發者 https://linkedintoairtable.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.linkedintoairtable.com
說明頁面URL https://www.linkedintoairtable.com/contact-us
隱私政策頁面URL https://www.linkedintoairtable.com/privacy-policy
支援的語言 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\/*"
    ]
}