SessionShare

Sharing Session

SessionShare란 무엇입니까?

SessionShare은(는) hassanhanita406에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sharing Session"입니다.

확장 프로그램 스크린샷

screenshot

SessionShare 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        About:
Improve on the user experience/productivity by enabling the syncing of your session across your different devices using this extension.

Version 1.0.2
---------------------------------------------------------------------------------------------------------------------------------------------
- Minor patch


Version 1.0.1
---------------------------------------------------------------------------------------------------------------------------------------------
- Minor patch and upgraded modules


Version 1.0
---------------------------------------------------------------------------------------------------------------------------------------------
Requirement:
- Requires a git account 
- Chrome sync must be enabled

Functionality
- Automatically enables auto syncing to git.
- Encryption of data that is been sync to git
- No limit on the number of devices to be supported as long as Chrome is installed                    

확장 프로그램 기본 정보

이름 SessionShare SessionShare
ID onnpjcbohgedhlnjclogmphbapfedbin
공식 URL https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin
설명 Sharing Session
파일 크기 441 KB
설치 횟수 43
현재 버전 1.0.4
최근 업데이트 2023-08-30
출시 날짜 2023-07-09
개발자 hassanhanita406
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/hanita406/SessionShare/wiki/Privacy-Policy
지원되는 언어 en
manifest.json
{
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_icon": {
            "128": "icon\/icon128.png",
            "16": "icon\/icon16.png",
            "48": "icon\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "SessionShare"
    },
    "description": "Sharing Session",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png"
    },
    "manifest_version": 3,
    "name": "SessionShare",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}