SessionShare

Sharing Session

Vad är SessionShare?

SessionShare är en Chrome-tillägg utvecklad av hassanhanita406, och dess huvudfunktion är "Sharing Session".

Tilläggsskärmbilder

screenshot

Ladda ner SessionShare-förlängningens CRX-fil

Ladda ner SessionShare-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

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

Namn SessionShare SessionShare
ID onnpjcbohgedhlnjclogmphbapfedbin
Officiell webbadress https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin
Beskrivning Sharing Session
Filstorlek 441 KB
Antal Installationer 43
Aktuell Version 1.0.4
Senast Uppdaterad 2023-08-30
Publiceringsdatum 2023-07-09
Utvecklare hassanhanita406
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://github.com/hanita406/SessionShare/wiki/Privacy-Policy
Stödda Språk 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"
}