SessionShare

Sharing Session

SessionShareคืออะไร?

SessionShare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hassanhanita406 และคุณลักษณะหลักของมันคือ "Sharing Session"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SessionShare SessionShare
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": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}