LinkedInWithdraw
This extension inject js
Qu'est-ce que LinkedInWithdraw ?
LinkedInWithdraw est une extension Chrome développée par the.dev.alien, et sa fonction principale est "This extension inject js".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LinkedInWithdraw
Téléchargez les fichiers d'extension LinkedInWithdraw au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 (:
Informations de Base sur l'Extension
Nom | ![]() |
ID | ndmocllkbdpfdbajbapeegflehgeabam |
URL Officiel | https://chrome.google.com/webstore/detail/linkedinwithdraw/ndmocllkbdpfdbajbapeegflehgeabam |
Description | This extension inject js |
Taille du Fichier | 7.6 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-08-30 |
Date de Publication | 2013-08-28 |
Évaluation | 1.80/5 Total 5 Évaluations |
Développeur | the.dev.alien |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |