Share A Session

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

What is Share A Session?

Share A Session is a Chrome extension developed by https://extensession.com, and its main feature is "Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…".

Extension Screenshots

screenshot

Download Share A Session Extension CRX File

Download Share A Session extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Share A Session Share A Session
ID jiojnngjhimjmlepiomkkpciclgcnkom
Official URL https://chromewebstore.google.com/detail/share-a-session/jiojnngjhimjmlepiomkkpciclgcnkom
Description Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…
File Size 77.78 KB
Installation Count 1,096
Current Version 1.1
Last Updated 2022-11-09
Publish Date 2022-11-01
Rating 5.00/5 Total 1 Ratings
Developer https://extensession.com
Email [email protected]
Payment Type free
Extension Website https://www.extensession.com
Help Page URL https://www.extensession.com/support
Privacy Policy Page URL https://www.extensession.com/privacy
Supported Languages 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"
}