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ファイルをダウンロード

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
Eメール [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"
}