SessionShare
Sharing Session
Что такое SessionShare?
SessionShare - это расширение Chrome, разработанное hassanhanita406, и его основная функция - "Sharing Session".
Снимки экрана расширения
Скачать файл CRX расширения SessionShare
Скачайте файлы расширений SessionShare в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | onnpjcbohgedhlnjclogmphbapfedbin |
| Официальный URL | https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin |
| Описание | Sharing Session |
| Размер файла | 441 KB |
| Количество установок | 43 |
| Текущая Версия | 1.0.4 |
| Последнее Обновление | 2023-08-30 |
| Дата публикации | 2023-07-09 |
| Разработчик | hassanhanita406 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://github.com/hanita406/SessionShare/wiki/Privacy-Policy |
| Поддерживаемые языки | 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": [
" | |