Share A Session

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

Wat is Share A Session?

Share A Session is een Chrome-extensie ontwikkeld door https://extensession.com, en de belangrijkste functie is "Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Share A Session

Download Share A Session-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Share A Session Share A Session
ID jiojnngjhimjmlepiomkkpciclgcnkom
Officiële URL https://chromewebstore.google.com/detail/share-a-session/jiojnngjhimjmlepiomkkpciclgcnkom
Beschrijving Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…
Bestandsgrootte 77.78 KB
Aantal Installaties 1,096
Huidige Versie 1.1
Laatst Bijgewerkt 2022-11-09
Publicatiedatum 2022-11-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://extensession.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.extensession.com
Help Pagina-URL https://www.extensession.com/support
URL van de Privacybeleid Pagina https://www.extensession.com/privacy
Ondersteunde Talen 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"
}