LinkedInWithdraw
This extension inject js
LinkedInWithdraw क्या है?
LinkedInWithdraw the.dev.alien द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension inject js"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkedInWithdraw एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |