Linkedin Endorser

This Chrome extension will help you to endorse all the skills in one click.

Linkedin Endorserとは何ですか?

Linkedin Endorserはswissashleyによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension will help you to endorse all the skills in one click.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This Chrome Extension can let you endorse your friend just in one click!
With this extension, users will be able to:

- [ ] Endorse all the skills for your friend.
- [ ] Has an option to create a skill list you want to endorse for your friend.                    

拡張機能の基本情報

名前 Linkedin Endorser Linkedin Endorser
ID mhakkhaadpkehkiiiimheegdbchfmlbi
公式URL https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi
説明 This Chrome extension will help you to endorse all the skills in one click.
ファイルサイズ 300 KB
インストール数 33
現在のバージョン 1.2
最終更新日 2016-09-22
公開日 2016-09-22
開発者 swissashley
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/swissashley/chrome-ext-linkedinEndorser
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linkedin Endorser",
    "description": "This Chrome extension will help you to endorse all the skills in one click.",
    "version": "1.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon38.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "myscript.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/www.linkedin.com\/*"
    ]
}