SendWin

Multi sessions!

SendWinとは何ですか?

SendWinはhttps://send.winによって開発されたChromeの拡張機能で、その主な機能は「Multi sessions!」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

SendWin拡張機能のCRXファイルをダウンロード

SendWin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Manage multiple accounts on your favourite website from single browser. Log into multiple accounts on the same site simultaneously. No more need for secondary browsers and incognito mode to access two account simultaneously, let Sendwin handle these for you.

Sendwin can be used for free as guest user. For registered users, your sessions are securely synchronised between different browser by using your Sendwin.

Sendwin is a platform with many login options. Sendwin allows you to log into several accounts on the same website at the same time without disclosing your password. There is no longer any need for alternative browsers, numerous tabs, Saved sessions, and unsaved sessions.

For Version updates check - https://latest.send.win/announcements                    

拡張機能の基本情報

名前 SendWin SendWin
ID nbnjpdfblnfaniloehlfjkdfclljcgfn
公式URL https://chromewebstore.google.com/detail/sendwin/nbnjpdfblnfaniloehlfjkdfclljcgfn
説明 Multi sessions!
ファイルサイズ 994 KB
インストール数 2,401
現在のバージョン 3.10.1
最終更新日 2023-02-09
公開日 2022-03-30
評価 2.70/5 合計 33 レビュー
開発者 https://send.win
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://send.win/
ヘルプページのURL https://send.win/contact-us
プライバシーポリシーページのURL https://send.win/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SendWin",
    "description": "Multi sessions!",
    "version": "3.10.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                ".\/content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "description": "__CMD_OPEN_SW__",
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            }
        },
        "bulk_temporary_session": {
            "description": "__CMD_NEW_BULK_SESSION__",
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            }
        },
        "new_session": {
            "description": "__CMD_NEW_SESSION__",
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            }
        },
        "new_temporary_session": {
            "description": "__CMD_TEMP_SESSION_",
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            }
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "background",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "cookies",
        ""
    ],
    "web_accessible_resources": [
        "wait.html",
        "app.html",
        "blocked.html",
        "web.js"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    }
}