SessionShare

Sharing Session

What is SessionShare?

SessionShare is a Chrome extension developed by hassanhanita406, and its main feature is "Sharing Session".

Extension Screenshots

screenshot

Download SessionShare Extension CRX File

Download SessionShare extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name SessionShare SessionShare
ID onnpjcbohgedhlnjclogmphbapfedbin
Official URL https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin
Description Sharing Session
File Size 441 KB
Installation Count 43
Current Version 1.0.4
Last Updated 2023-08-30
Publish Date 2023-07-09
Developer hassanhanita406
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/hanita406/SessionShare/wiki/Privacy-Policy
Supported Languages 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"
}