SessionShare
Sharing Session
SessionShare là gì?
SessionShare là một tiện ích mở rộng Chrome được phát triển bởi hassanhanita406, và tính năng chính của nó là "Sharing Session".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SessionShare
Tải xuống các tệp mở rộng SessionShare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SessionShare |
ID | onnpjcbohgedhlnjclogmphbapfedbin |
URL Chính Thức | https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin |
Mô tả | Sharing Session |
Kích Thước Tệp | 441 KB |
Số Lần Cài Đặt | 43 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2023-08-30 |
Ngày Phát Hành | 2023-07-09 |
Nhà Phát Triển | hassanhanita406 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://github.com/hanita406/SessionShare/wiki/Privacy-Policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |