LinkedIn Endorse Bot

Endorses your LinkedIn connections.

Wat is LinkedIn Endorse Bot?

LinkedIn Endorse Bot is een Chrome-extensie ontwikkeld door http://iangeckeler.com, en de belangrijkste functie is "Endorses your LinkedIn connections.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LinkedIn Endorse Bot

Download LinkedIn Endorse Bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam LinkedIn Endorse Bot LinkedIn Endorse Bot
ID kfbebonbjagbpigjnecmibopcblpggji
Officiële URL https://chrome.google.com/webstore/detail/linkedin-endorse-bot/kfbebonbjagbpigjnecmibopcblpggji
Beschrijving Endorses your LinkedIn connections.
Bestandsgrootte 13.5 KB
Aantal Installaties 152
Huidige Versie 1.3
Laatst Bijgewerkt 2019-03-09
Publicatiedatum 2019-03-09
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar http://iangeckeler.com
Betalingswijze free
Ondersteunde Talen 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
}