Company Website From Linkedin

Company Website from LinkedIn - Get Multiple Company Website URLs from LinkedIn in Single Click

Company Website From Linkedinคืออะไร?

Company Website From Linkedin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.elsner.com และคุณลักษณะหลักของมันคือ "Company Website from LinkedIn - Get Multiple Company Website URLs from LinkedIn in Single Click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Company Website From Linkedin

ดาวน์โหลดไฟล์ส่วนขยาย Company Website From Linkedin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get Multiple Company Website URLs from LinkedIn in Single Click

Presenting the one-of-its-kind Chrome extension that will work as a boon for data researchers!

Imagine a situation: You click on individual LinkedIn URLs to get the company website which took a lot of time and effort. It was also a monotonous task. However, with the help of this ingenious chrome extension, it becomes easier for users to select multiple URLs and get the company websites in one click. The amazing part is, earlier this task took 2 hours to get 100 website URLs from respective LinkedIn accounts. But, now this task can get completed within 15 minutes. Once the bulk LinkedIn company URLs have been collected, it gets exported in the form. CSV file which can be downloaded within a few seconds. Quite amazing, isn't it? You can avail this wonderful product as a part of Chrome extension. So, what are you waiting for? Download it today and see the results yourself!

Steps to Follow:

1. Create a list of LinkedIn URLs that you want to open in a separate Excel Sheet
2. Sign in to your LinkedIn account
3. Go back to the excel sheet and select URLs (it can be any number depending on your PC's RAM specification)
4. Now go the Chrome extension and paste all the URLs. Click on the "Open" tab and wait for the information to load.
5. Next, all the company URLs will get exported to. CSV file which can be downloaded on your preferred location.
6. This export will hardly take a couple of seconds.

Enjoy!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Company Website From Linkedin Company Website From Linkedin
ID danpegmcplddfgadeehlpokcnbbmjldn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/company-website-from-link/danpegmcplddfgadeehlpokcnbbmjldn
คำอธิบาย Company Website from LinkedIn - Get Multiple Company Website URLs from LinkedIn in Single Click
ขนาดไฟล์ 75.64 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-09-09
วันที่เผยแพร่ 2019-09-06
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.elsner.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Elsner Technologies Pvt. Ltd.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "description": "Company Website from LinkedIn - Get Multiple Company Website URLs from LinkedIn in Single Click",
    "manifest_version": 2,
    "name": "Company Website From Linkedin",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "main.js",
                "jquery.js"
            ]
        }
    ],
    "short_name": "Company Website From Linkedin",
    "version": "1.0",
    "version_name": "1.0 Elsner Technologies PVT. LTD."
}