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.”。
擴展截圖
下載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 |
ID | mhakkhaadpkehkiiiimheegdbchfmlbi |
官方網址 | 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\/*" ] } |