LinkedInWithdraw
This extension inject js
什麼是LinkedInWithdraw?
LinkedInWithdraw是由the.dev.alien開發的Chrome擴展程式,該擴展的主要功能是“This extension inject js”。
擴展截圖
下載LinkedInWithdraw擴展crx文件
下載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 |
官方網址 | 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" } ] } |