LinkedIn Endorser

An extension to endorse someone for everything on LinkedIn.

LinkedIn Endorserとは何ですか?

LinkedIn Endorserはdovern42によって開発されたChromeの拡張機能で、その主な機能は「An extension to endorse someone for everything on LinkedIn.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Upon going to your friend/boss/enemy's LinkedIn page, this applet will provide a button to endorse them for every skill they have, to the level that you believe that they merit, and include your relationship working with them.

No one should use it ever, but that's never been a reason to stop something from existing.

When active, it will appear as a lit up medal in the top right corner with the rest of your add ons. Click on it to engage the power.                    

拡張機能の基本情報

名前 LinkedIn Endorser LinkedIn Endorser
ID plpojgnkonpbkjhmlgaoehheeodhango
公式URL https://chrome.google.com/webstore/detail/linkedin-endorser/plpojgnkonpbkjhmlgaoehheeodhango
説明 An extension to endorse someone for everything on LinkedIn.
ファイルサイズ 30.63 KB
インストール数 175
現在のバージョン 0.2
最終更新日 2019-09-03
公開日 2019-09-03
評価 5.00/5 合計 3 レビュー
開発者 dovern42
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Endorser",
    "version": "0.2",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "description": "An extension to endorse someone for everything on LinkedIn.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/medal16.png",
            "32": "images\/medal32.png",
            "48": "images\/medal48.png",
            "128": "images\/medal128.png"
        }
    },
    "icons": {
        "16": "images\/medal16.png",
        "32": "images\/medal32.png",
        "48": "images\/medal48.png",
        "128": "images\/medal128.png"
    },
    "manifest_version": 2
}