LinkedInWithdraw
This extension inject js
LinkedInWithdrawคืออะไร?
LinkedInWithdraw เป็นส่วนขยายของ Chrome ที่พัฒนาโดย the.dev.alien และคุณลักษณะหลักของมันคือ "This extension inject js"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkedInWithdraw
ดาวน์โหลดไฟล์ส่วนขยาย LinkedInWithdraw ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin will Withdraw LinkedIn invitations or achieve them without you clicking on everyone. Steps: 1- Login to linkedIn 2- Go to http://www.linkedin.com/inbox/invitations/sent 3- watch the magic happen :) fyi: if it's slow or any unexpected behavior >>>Restart Chrome<<<. BIG THANKS: http://brunosouza.info/en/withdrawing-sent-invitations-automatically-on-linkedin/ Thank you for making the script available and saved my ass (:
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ndmocllkbdpfdbajbapeegflehgeabam |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/linkedinwithdraw/ndmocllkbdpfdbajbapeegflehgeabam |
คำอธิบาย | This extension inject js |
ขนาดไฟล์ | 7.6 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-08-30 |
วันที่เผยแพร่ | 2013-08-28 |
คะแนน | 1.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | the.dev.alien |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedInWithdraw", "description": "This extension inject js", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.linkedin.com\/inbox\/invitations\/sent" ], "js": [ "popup.js" ], "run_at": "document_start" } ] } |