SendWin

Multi sessions!

SendWinคืออะไร?

SendWin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://send.win และคุณลักษณะหลักของมันคือ "Multi sessions!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SendWin

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}