SessionShare
Sharing Session
Qu'est-ce que SessionShare ?
SessionShare est une extension Chrome développée par hassanhanita406, et sa fonction principale est "Sharing Session".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SessionShare
Téléchargez les fichiers d'extension SessionShare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SessionShare |
ID | onnpjcbohgedhlnjclogmphbapfedbin |
URL Officiel | https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin |
Description | Sharing Session |
Taille du Fichier | 441 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2023-08-30 |
Date de Publication | 2023-07-09 |
Développeur | hassanhanita406 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/hanita406/SessionShare/wiki/Privacy-Policy |
Langues Prises en Charge | 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": [ " |