SessionShare
Sharing Session
Cos'è SessionShare?
SessionShare è un'estensione di Chrome sviluppata da hassanhanita406, e la sua funzione principale è "Sharing Session".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SessionShare
Scarica i file di estensione SessionShare in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | SessionShare |
ID | onnpjcbohgedhlnjclogmphbapfedbin |
URL Ufficiale | https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin |
Descrizione | Sharing Session |
Dimensione del File | 441 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2023-08-30 |
Data di Pubblicazione | 2023-07-09 |
Sviluppatore | hassanhanita406 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://github.com/hanita406/SessionShare/wiki/Privacy-Policy |
Lingue Supportate | 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": [ " |