Share A Session

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

Hvad er Share A Session?

Share A Session er en Chrome-udvidelse udviklet af https://extensession.com, og dens hovedfunktion er "Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…".

Udvidelsesskærmbilleder

screenshot

Download Share A Session-udvidelses-CRX-fil

Download Share A Session-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Share A Session Share A Session
ID jiojnngjhimjmlepiomkkpciclgcnkom
Officiel URL https://chromewebstore.google.com/detail/share-a-session/jiojnngjhimjmlepiomkkpciclgcnkom
Beskrivelse Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…
Filstørrelse 77.78 KB
Antal Installationer 1,096
Nuværende Version 1.1
Senest Opdateret 2022-11-09
Udgivelsesdato 2022-11-01
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://extensession.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.extensession.com
Hjælpeside-URL https://www.extensession.com/support
URL til Fortrolighedspolitik Side https://www.extensession.com/privacy
Understøttede Sprog 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"
}