Share A Session

Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…

Share A Sessionคืออะไร?

Share A Session เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://extensession.com และคุณลักษณะหลักของมันคือ "Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Share A Session ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify, and erase sessions for the domains you allow. If you are not the operator, make sure you are not connected on your selected domains to sessions that you don't intend to share.                    

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

ชื่อ Share A Session Share A Session
ID jiojnngjhimjmlepiomkkpciclgcnkom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/share-a-session/jiojnngjhimjmlepiomkkpciclgcnkom
คำอธิบาย Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…
ขนาดไฟล์ 77.78 KB
จำนวนการติดตั้ง 1,096
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-11-09
วันที่เผยแพร่ 2022-11-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://extensession.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.extensession.com
URL หน้าช่วยเหลือ https://www.extensession.com/support
URL หน้านโยบายความเป็นส่วนตัว https://www.extensession.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share A Session",
    "manifest_version": 3,
    "version": "1.1",
    "icons": {
        "128": "logo128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "alarms",
        "https:\/\/*.extensession.com\/*"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.extensession.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy56v3LX\/IUmrzkJXLA0yXvdJxIbNrdgwI4Ba+xFzg6qXpcNSJpdEl\/hXYpuCIiwMefxYyQk3GjJCVeltqb0Ps85rHQg2nL3KZF\/OEmkTsPie+BTyUvn9CsLhbCjLv9U49LKk5eFrAOD0SwefNDV1k8vNRYz1bvuiWw5cwbbRCac9WZcYO8WMoO1VlJHYDU8lKDCOdxMj2jgwSgmH4GP9dCwKpkTz2tZGw3M4O7Q\/q\/byhfaBCAhn\/S++PmIcmP8wmdCP0UnVqQIznAJhE5Fq\/CGnmH6IAz+uEN1DJACScEA3NwIDi8VTXjzws7WUO82H3NQRtwOAxamlR7pTZGOzlQIDAQAB"
}