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은(는) https://extensession.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…"입니다.

확장 프로그램 스크린샷

screenshot

Share A Session 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}