SessionShare

Sharing Session

O que é SessionShare?

SessionShare é uma extensão do Chrome desenvolvida por hassanhanita406, e sua principal característica é "Sharing Session".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SessionShare

Baixe arquivos de extensão SessionShare no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SessionShare SessionShare
ID onnpjcbohgedhlnjclogmphbapfedbin
URL Oficial https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin
Descrição Sharing Session
Tamanho do Arquivo 441 KB
Contagem de Instalações 43
Versão Atual 1.0.4
Última Atualização 2023-08-30
Data de Publicação 2023-07-09
Desenvolvedor hassanhanita406
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/hanita406/SessionShare/wiki/Privacy-Policy
Idiomas Suportados 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"
}