LinkedIn Endorse Bot

Endorses your LinkedIn connections.

Cos'è LinkedIn Endorse Bot?

LinkedIn Endorse Bot è un'estensione di Chrome sviluppata da http://iangeckeler.com, e la sua funzione principale è "Endorses your LinkedIn connections.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LinkedIn Endorse Bot

Scarica i file di estensione LinkedIn Endorse Bot 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

                        Endorse every skill for each of your connections in a few seconds. 

Just navigate to their profile, click on the extension, and watch the LinkedIn magic begin.                    

Informazioni di Base sull'Estensione

Nome LinkedIn Endorse Bot LinkedIn Endorse Bot
ID kfbebonbjagbpigjnecmibopcblpggji
URL Ufficiale https://chrome.google.com/webstore/detail/linkedin-endorse-bot/kfbebonbjagbpigjnecmibopcblpggji
Descrizione Endorses your LinkedIn connections.
Dimensione del File 13.5 KB
Conteggio Installazioni 152
Versione Corrente 1.3
Ultimo Aggiornamento 2019-03-09
Data di Pubblicazione 2019-03-09
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore http://iangeckeler.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Endorse Bot",
    "version": "1.3",
    "description": "Endorses your LinkedIn connections.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/endorse128.png"
        }
    },
    "icons": {
        "128": "images\/endorse128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}