LinkedIn Endorse Bot
Endorses your LinkedIn connections.
什么是LinkedIn Endorse Bot?
LinkedIn Endorse Bot是由http://iangeckeler.com开发的Chrome扩展程序,该扩展的主要功能是“Endorses your LinkedIn connections.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 } |