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 |
官方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" } ] } |