Share A Session

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

Cos'è Share A Session?

Share A Session è un'estensione di Chrome sviluppata da https://extensession.com, e la sua funzione principale è "Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Share A Session

Scarica i file di estensione Share A Session in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Share A Session Share A Session
ID jiojnngjhimjmlepiomkkpciclgcnkom
URL Ufficiale https://chromewebstore.google.com/detail/share-a-session/jiojnngjhimjmlepiomkkpciclgcnkom
Descrizione Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…
Dimensione del File 77.78 KB
Conteggio Installazioni 1,096
Versione Corrente 1.1
Ultimo Aggiornamento 2022-11-09
Data di Pubblicazione 2022-11-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://extensession.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.extensession.com
URL della Pagina di Aiuto https://www.extensession.com/support
URL della Pagina della Politica sulla Privacy https://www.extensession.com/privacy
Lingue Supportate 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"
}