SessionShare
Sharing Session
Co to jest SessionShare?
SessionShare to rozszerzenie Chrome opracowane przez hassanhanita406, a jego główną funkcją jest „Sharing Session”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SessionShare
Pobierz pliki rozszerzeń SessionShare w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | onnpjcbohgedhlnjclogmphbapfedbin |
| Oficjalny URL | https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin |
| Opis | Sharing Session |
| Rozmiar pliku | 441 KB |
| Liczba instalacji | 43 |
| Aktualna Wersja | 1.0.4 |
| Ostatnia Aktualizacja | 2023-08-30 |
| Data Publikacji | 2023-07-09 |
| Deweloper | hassanhanita406 |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://github.com/hanita406/SessionShare/wiki/Privacy-Policy |
| Obsługiwane Języki | 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": [
" | |