Linkedin Helper

Linkedin Helper

Cos'è Linkedin Helper?

Linkedin Helper è un'estensione di Chrome sviluppata da Mozzam, e la sua funzione principale è "Linkedin Helper".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Linkedin Helper

Scarica i file di estensione Linkedin Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Linkedin Helper Linkedin Helper
ID mepgdoiddjegccpdlnkgjhkaaljcjmfi
URL Ufficiale https://chrome.google.com/webstore/detail/linkedin-helper/mepgdoiddjegccpdlnkgjhkaaljcjmfi
Descrizione Linkedin Helper
Dimensione del File 12.05 KB
Conteggio Installazioni 251
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-04-01
Data di Pubblicazione 2023-02-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Mozzam
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
        ""
    ]
}