Linkedin Endorser
This Chrome extension will help you to endorse all the skills in one click.
Linkedin Endorserคืออะไร?
Linkedin Endorser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย swissashley และคุณลักษณะหลักของมันคือ "This Chrome extension will help you to endorse all the skills in one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkedin Endorser
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } |