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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SessionBox - Multi login to any website
قم بتنزيل ملفات الامتداد SessionBox - Multi login to any website بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | https://sessionbox.io/help |
| عنوان صفحة سياسة الخصوصية | 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",
" | |