LinkedInWithdraw

This extension inject js

Cos'è LinkedInWithdraw?

LinkedInWithdraw è un'estensione di Chrome sviluppata da the.dev.alien, e la sua funzione principale è "This extension inject js".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LinkedInWithdraw

Scarica i file di estensione LinkedInWithdraw in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome LinkedInWithdraw LinkedInWithdraw
ID ndmocllkbdpfdbajbapeegflehgeabam
URL Ufficiale https://chrome.google.com/webstore/detail/linkedinwithdraw/ndmocllkbdpfdbajbapeegflehgeabam
Descrizione This extension inject js
Dimensione del File 7.6 KB
Conteggio Installazioni 46
Versione Corrente 1.0
Ultimo Aggiornamento 2013-08-30
Data di Pubblicazione 2013-08-28
Valutazione 1.80/5 Totale 5 Valutazioni
Sviluppatore the.dev.alien
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}