LinkedInWithdraw

This extension inject js

LinkedInWithdrawとは何ですか?

LinkedInWithdrawはthe.dev.alienによって開発されたChromeの拡張機能で、その主な機能は「This extension inject js」です。

拡張機能のスクリーンショット

screenshot

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

拡張機能の基本情報

名前 LinkedInWithdraw LinkedInWithdraw
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"
        }
    ]
}