SessionBox - Multi login to any website

Using websites with multiple accounts at the same time is made easy. Create an independent tab with a click of a button.

SessionBox - Multi login to any websiteคืออะไร?

SessionBox - Multi login to any website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sessionbox.io และคุณลักษณะหลักของมันคือ "Using websites with multiple accounts at the same time is made easy. Create an independent tab with a click of a button."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SessionBox - Multi login to any website

ดาวน์โหลดไฟล์ส่วนขยาย SessionBox - Multi login to any website ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Use one browser with multiple active sessions per site. Log into multiple accounts on the same site simultaneously. No more need for secondary browsers, private sessions, let SessionBox handle these for you.

Your sessions are securely synchronised between your devices by using your SessionBox account. Start a session here and continue it in any other chrome browser.

Protect your privacy. Tabs managed by SessionBox do not use shared storage, variables are handled by the extension. Other tabs and websites therefore cannot monitor your activity.

SessionBox can be used for free for non-commercial usage. For commercial license, please check our website: https://sessionbox.io/plans                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SessionBox - Multi login to any website SessionBox - Multi login to any website
ID megbklhjamjbcafknkgmokldgolkdfig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sessionbox-multi-login-to/megbklhjamjbcafknkgmokldgolkdfig
คำอธิบาย Using websites with multiple accounts at the same time is made easy. Create an independent tab with a click of a button.
ขนาดไฟล์ 2.57 MB
จำนวนการติดตั้ง 355,374
เวอร์ชันปัจจุบัน 1.8.5
อัปเดตครั้งล่าสุด 2023-07-29
วันที่เผยแพร่ 2020-07-01
คะแนน 3.46/5 รวมทั้งหมด 1257 คะแนน
ผู้พัฒนา https://sessionbox.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sessionbox.io
URL หน้าช่วยเหลือ https://sessionbox.io/help
URL หน้านโยบายความเป็นส่วนตัว https://sessionbox.io/docs/(doc:privacy)
ภาษาที่รองรับ de,en,fr,es,hu,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SessionBox - Multi login to any website",
    "short_name": "SessionBox",
    "version": "1.8.5",
    "minimum_chrome_version": "45",
    "default_locale": "en",
    "icons": {
        "16": "assets\/Icon16.png",
        "48": "assets\/Icon48.png",
        "128": "assets\/Icon128.png"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "publicsuffixlist.js",
            "forge.min.js",
            "CookieJar.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/Icon19.png",
            "38": "assets\/Icon38.png"
        },
        "default_title": "SessionBox",
        "default_popup": "views.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        },
        "new_session": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            },
            "description": "__MSG_NEW_SESSION_COMMAND__"
        },
        "new_temporary_session": {
            "suggested_key": {
                "default": "Ctrl+Shift+A"
            },
            "description": "__MSG_NEW_TEMPORARY_SESSION_COMMAND__"
        },
        "bulk_temporary_session": {
            "suggested_key": {
                "default": "Ctrl+Shift+D"
            },
            "description": "__MSG_OPEN_BULK_TEMPORARY__"
        }
    },
    "web_accessible_resources": [
        "assets\/VirtualSessionHelper.js",
        "assets\/C6Fix.js",
        "assets\/Icons\/box.svg",
        "views.html",
        "view.css",
        "views.js",
        "Views\/NewSessionTutorial.css",
        "assets\/actions\/*",
        "assets\/Fonts\/*"
    ],
    "description": "__MSG_PROMO_SHORT__",
    "permissions": [
        "tabs",
        "activeTab",
        "idle",
        "background",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "cookies",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        ""
    ],
    "optional_permissions": [
        "bookmarks",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sessionbox.io\/*"
            ],
            "js": [
                "website-connector.content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "virtual-session.content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "updater.content-script.js",
                "overlay.content-script.js",
                "incognito.content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/www.google-analytics.com https:\/\/www.googleapis.com; object-src 'self' https:\/\/*.firebaseio.com https:\/\/www.googleapis.com"
}