Linkedin Helper

Linkedin Helper

Qu'est-ce que Linkedin Helper ?

Linkedin Helper est une extension Chrome développée par Mozzam, et sa fonction principale est "Linkedin Helper".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Linkedin Helper

Téléchargez les fichiers d'extension Linkedin Helper 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 Helper is an easy-to-use, web-based extension that will help you copy data with a single click. It's the perfect tool for business managers and email experts who need to copy data quickly and easily. Plus, it's free!

If you are looking for a way to improve your work efficiency, then a Web-based extension may be the perfect solution for you. This type of extension will help you copy URLs, titles, and headings in a single click. It is also user-friendly so that you can get started right away.                    

Informations de Base sur l'Extension

Nom Linkedin Helper Linkedin Helper
ID mepgdoiddjegccpdlnkgjhkaaljcjmfi
URL Officiel https://chrome.google.com/webstore/detail/linkedin-helper/mepgdoiddjegccpdlnkgjhkaaljcjmfi
Description Linkedin Helper
Taille du Fichier 12.05 KB
Nombre d'Installations 251
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-04-01
Date de Publication 2023-02-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur Mozzam
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkedin Helper",
    "version": "1.1.2",
    "manifest_version": 3,
    "description": "Linkedin Helper",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "popup.html",
    "icons": {
        "128": "Logos.png"
    },
    "background": {
        "service_worker": "Background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}