LinkedIn Endorse Bot

Endorses your LinkedIn connections.

What is LinkedIn Endorse Bot?

LinkedIn Endorse Bot is a Chrome extension developed by http://iangeckeler.com, and its main feature is "Endorses your LinkedIn connections.".

Extension Screenshots

screenshot
screenshot

Download LinkedIn Endorse Bot Extension CRX File

Download LinkedIn Endorse Bot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LinkedIn Endorse Bot LinkedIn Endorse Bot
ID kfbebonbjagbpigjnecmibopcblpggji
Official URL https://chrome.google.com/webstore/detail/linkedin-endorse-bot/kfbebonbjagbpigjnecmibopcblpggji
Description Endorses your LinkedIn connections.
File Size 13.5 KB
Installation Count 152
Current Version 1.3
Last Updated 2019-03-09
Publish Date 2019-03-09
Rating 3.50/5 Total 2 Ratings
Developer http://iangeckeler.com
Payment Type free
Supported Languages 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
}