SessionShare
Sharing Session
Wat is SessionShare?
SessionShare is een Chrome-extensie ontwikkeld door hassanhanita406, en de belangrijkste functie is "Sharing Session".
Extensie Screenshots
Download het CRX-bestand van de extensie SessionShare
Download SessionShare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | onnpjcbohgedhlnjclogmphbapfedbin |
| Officiële URL | https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin |
| Beschrijving | Sharing Session |
| Bestandsgrootte | 441 KB |
| Aantal Installaties | 43 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2023-08-30 |
| Publicatiedatum | 2023-07-09 |
| Ontwikkelaar | hassanhanita406 |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://github.com/hanita406/SessionShare/wiki/Privacy-Policy |
| Ondersteunde Talen | 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": [
" | |