SessionShare

Sharing Session

Hvad er SessionShare?

SessionShare er en Chrome-udvidelse udviklet af hassanhanita406, og dens hovedfunktion er "Sharing Session".

Udvidelsesskærmbilleder

screenshot

Download SessionShare-udvidelses-CRX-fil

Download SessionShare-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

                        About:
Improve on the user experience/productivity by enabling the syncing of your session across your different devices using this extension.

Version 1.0.2
---------------------------------------------------------------------------------------------------------------------------------------------
- Minor patch


Version 1.0.1
---------------------------------------------------------------------------------------------------------------------------------------------
- Minor patch and upgraded modules


Version 1.0
---------------------------------------------------------------------------------------------------------------------------------------------
Requirement:
- Requires a git account 
- Chrome sync must be enabled

Functionality
- Automatically enables auto syncing to git.
- Encryption of data that is been sync to git
- No limit on the number of devices to be supported as long as Chrome is installed                    

Grundlæggende oplysninger om udvidelsen

Navn SessionShare SessionShare
ID onnpjcbohgedhlnjclogmphbapfedbin
Officiel URL https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin
Beskrivelse Sharing Session
Filstørrelse 441 KB
Antal Installationer 43
Nuværende Version 1.0.4
Senest Opdateret 2023-08-30
Udgivelsesdato 2023-07-09
Udvikler hassanhanita406
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://github.com/hanita406/SessionShare/wiki/Privacy-Policy
Understøttede Sprog en
manifest.json
{
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_icon": {
            "128": "icon\/icon128.png",
            "16": "icon\/icon16.png",
            "48": "icon\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "SessionShare"
    },
    "description": "Sharing Session",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png"
    },
    "manifest_version": 3,
    "name": "SessionShare",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}