Linkedin Profile 2 PDF

Export Linkedin profile to PDF

Qu'est-ce que Linkedin Profile 2 PDF ?

Linkedin Profile 2 PDF est une extension Chrome développée par vibeeHR - Dev Team, et sa fonction principale est "Export Linkedin profile to PDF".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Linkedin Profile 2 PDF

Téléchargez les fichiers d'extension Linkedin Profile 2 PDF 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

                        This extension allows Linkedin user to export any Linkedin profile to pdf, which is much better than the default Linkedin pdf exporting.

Updated in 1.0.1:
- Resize icon
- Add loading spinning icon
- Add instruction photo in popup html page
- Add option to include/exclude "Contact info" section when exporting a Linkedin profile to PDF                    

Informations de Base sur l'Extension

Nom Linkedin Profile 2 PDF Linkedin Profile 2 PDF
ID allfoihccnhpfhbgcifmgfamcjepkjac
URL Officiel https://chrome.google.com/webstore/detail/linkedin-profile-2-pdf/allfoihccnhpfhbgcifmgfamcjepkjac
Description Export Linkedin profile to PDF
Taille du Fichier 260 KB
Nombre d'Installations 112
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-01-05
Date de Publication 2020-01-05
Évaluation 4.00/5 Total 1 Évaluations
Développeur vibeeHR - Dev Team
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linkedin Profile 2 PDF",
    "version": "1.0.1",
    "description": "Export Linkedin profile to PDF",
    "homepage_url": "https:\/\/vibeehr.com",
    "icons": {
        "48": "icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/in\/*\/detail\/contact-info\/"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/www.linkedin.com\/in\/*",
        "https:\/\/irisnguyen.top:9090\/*",
        "downloads",
        "downloads.open"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Linkedin Profile 2 PDF",
        "default_popup": "index.html"
    }
}