LinkedInWithdraw

This extension inject js

Wat is LinkedInWithdraw?

LinkedInWithdraw is een Chrome-extensie ontwikkeld door the.dev.alien, en de belangrijkste functie is "This extension inject js".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LinkedInWithdraw

Download LinkedInWithdraw-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 (:                    

Basisinformatie over de Extensie

Naam LinkedInWithdraw LinkedInWithdraw
ID ndmocllkbdpfdbajbapeegflehgeabam
Officiële URL https://chrome.google.com/webstore/detail/linkedinwithdraw/ndmocllkbdpfdbajbapeegflehgeabam
Beschrijving This extension inject js
Bestandsgrootte 7.6 KB
Aantal Installaties 46
Huidige Versie 1.0
Laatst Bijgewerkt 2013-08-30
Publicatiedatum 2013-08-28
Beoordeling 1.80/5 Totaal 5 Beoordelingen
Ontwikkelaar the.dev.alien
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}