LinkedIn Endorse Bot

Endorses your LinkedIn connections.

LinkedIn Endorse Botとは何ですか?

LinkedIn Endorse Botはhttp://iangeckeler.comによって開発されたChromeの拡張機能で、その主な機能は「Endorses your LinkedIn connections.」です。

拡張機能のスクリーンショット

screenshot
screenshot

LinkedIn Endorse Bot拡張機能のCRXファイルをダウンロード

LinkedIn Endorse Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 LinkedIn Endorse Bot LinkedIn Endorse Bot
ID kfbebonbjagbpigjnecmibopcblpggji
公式URL https://chrome.google.com/webstore/detail/linkedin-endorse-bot/kfbebonbjagbpigjnecmibopcblpggji
説明 Endorses your LinkedIn connections.
ファイルサイズ 13.5 KB
インストール数 152
現在のバージョン 1.3
最終更新日 2019-03-09
公開日 2019-03-09
評価 3.50/5 合計 2 レビュー
開発者 http://iangeckeler.com
支払い方法 free
対応言語 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
}