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
电子邮箱 [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\/*"
    ]
}