Share A Session

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

Vad är Share A Session?

Share A Session är en Chrome-tillägg utvecklad av https://extensession.com, och dess huvudfunktion är "Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…".

Tilläggsskärmbilder

screenshot

Ladda ner Share A Session-förlängningens CRX-fil

Ladda ner Share A Session-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Share A Session Share A Session
ID jiojnngjhimjmlepiomkkpciclgcnkom
Officiell webbadress https://chromewebstore.google.com/detail/share-a-session/jiojnngjhimjmlepiomkkpciclgcnkom
Beskrivning Delegate session management of selected domains to an Extensession Dashboard. The Dashboard operator will be able to copy, modify,…
Filstorlek 77.78 KB
Antal Installationer 1,096
Aktuell Version 1.1
Senast Uppdaterad 2022-11-09
Publiceringsdatum 2022-11-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://extensession.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.extensession.com
Hjälpsida URL https://www.extensession.com/support
URL till Sekretesspolicy Sidan https://www.extensession.com/privacy
Stödda Språk 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"
}