LinkedIn Saved Jobs Extractor

Extracts your saved jobs from your LinkedIn

Qu'est-ce que LinkedIn Saved Jobs Extractor ?

LinkedIn Saved Jobs Extractor est une extension Chrome développée par https://resumesbuilder.ai, et sa fonction principale est "Extracts your saved jobs from your LinkedIn".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LinkedIn Saved Jobs Extractor

Téléchargez les fichiers d'extension LinkedIn Saved Jobs Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        LinkedIn Saved Jobs Extractor is a powerful Chrome and Edge extension designed to make it easy for you to export your saved jobs on LinkedIn. With just a few clicks, you can download your saved jobs to a CSV file or copy them to your clipboard for easy access and organization. With its user-friendly interface and customizable settings, LinkedIn Saved Jobs Extractor is the ultimate tool for job seekers who want to streamline their job search process and stay organized. And you get free executions when you sign up.

Features and Capabilities

LinkedIn Saved Jobs Extractor offers a range of powerful features to help you manage your job search more effectively:

☑ Export saved jobs to a CSV file or copy them to the clipboard.
☑ Customizable pagination settings to extract jobs from multiple pages.
☑ Adjustable wait time between pages for optimal performance.
☑ Option to set the maximum number of jobs to extract.
☑ Easy account creation and management. Just email, username and password.
☑ Buy additional runs with secure Stripe checkout in seconds.
☑ Access your account on multiple browsers.
☑ Extract recruiter email contact information for easy follow-up.

Did you know?

You can copy the extracted job descriptions and use them at https://www.resumesbuilder.ai to create a custom resume within 15 seconds using our advanced AI models!

What you need

☑ A LinkedIn account. You need to be signed-in with saved jobs.
☑ Enable popups in your browser. Check out our FAQs for specific steps.
☑ Sign-up with Okta/Auth0 by just providing a working email address and password.                    

Informations de Base sur l'Extension

Nom LinkedIn Saved Jobs Extractor LinkedIn Saved Jobs Extractor
ID liclfdjjigelpgeiohfikapimiljambg
URL Officiel https://chromewebstore.google.com/detail/linkedin-saved-jobs-extra/liclfdjjigelpgeiohfikapimiljambg
Description Extracts your saved jobs from your LinkedIn
Taille du Fichier 84.96 KB
Nombre d'Installations 124
Version Actuelle 1.3
Dernière Mise à Jour 2023-11-21
Date de Publication 2023-05-09
Développeur https://resumesbuilder.ai
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://extensions.resumesbuilder.ai
URL de la Page d'Aide https://extensions.resumesbuilder.ai/faq.html
URL de la Page de Politique de Confidentialité https://extensions.resumesbuilder.ai/privacy_policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinkedIn Saved Jobs Extractor",
    "version": "1.3",
    "description": "Extracts your saved jobs from your LinkedIn",
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "scripting",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/jobs\/view\/*"
    ],
    "action": {
        "default_icon": "icons\/icon_48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "auth0-spa-js.production.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}