LinkedInWithdraw
This extension inject js
What is LinkedInWithdraw?
LinkedInWithdraw is a Chrome extension developed by the.dev.alien, and its main feature is "This extension inject js".
Extension Screenshots
Download LinkedInWithdraw Extension CRX File
Download LinkedInWithdraw extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 (:
Extension Basic Information
Name | ![]() |
ID | ndmocllkbdpfdbajbapeegflehgeabam |
Official URL | https://chrome.google.com/webstore/detail/linkedinwithdraw/ndmocllkbdpfdbajbapeegflehgeabam |
Description | This extension inject js |
File Size | 7.6 KB |
Installation Count | 46 |
Current Version | 1.0 |
Last Updated | 2013-08-30 |
Publish Date | 2013-08-28 |
Rating | 1.80/5 Total 5 Ratings |
Developer | the.dev.alien |
Payment Type | free |
Supported Languages | 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" } ] } |