A simple Edge extension that allows users to copy job details from LinkedIn job postings directly to the clipboard with a single click.
- Adds a "Copy Job Details" button to LinkedIn job postings.
- Copies the following job information to the clipboard:
- Company Name
- Job Title
- Location
- Job URL
- Also adds a "Copy URL" button to copy the job URL directly.
- Works seamlessly on LinkedIn job listing pages.
-
Clone this repository:
git clone https://github.com/BharathASL/copy-linkedin-Job-information.git
-
Open Microsoft Edge and go to the Extensions settings:
- Click on the menu icon (three horizontal dots) in the top-right corner.
- Select Extensions from the dropdown.
- At the bottom of the Extensions page, turn on Developer Mode (if it’s not already on).
-
Load the extension locally:
- Click Load Unpacked and select the folder where you cloned the repository.
- The extension should now be visible in the list of installed extensions.
-
Navigate to any LinkedIn job listing page (e.g.,
https://www.linkedin.com/jobs/view/*). -
On the job details page, you will see two new buttons:
- Copy Job Details: This button will copy the company name, job title, location, and job URL to your clipboard in a tab-separated format.
- Copy URL: This button will copy just the job URL to your clipboard.
-
After clicking either button, the information will be copied to your clipboard and ready to paste anywhere.
On a LinkedIn job page, after clicking Copy Job Details, your clipboard will contain something like this:
Microsoft Senior Software Engineer Redmond, WA https://www.linkedin.com/jobs/view/123456789
Contributions are welcome! If you'd like to improve the extension or fix any issues:
- Fork this repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Description of the changes" - Push your branch:
git push origin feature-name
- Open a pull request to the main branch.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.