SessionShare

Sharing Session

Apa itu SessionShare?

SessionShare adalah ekstensi Chrome yang dikembangkan oleh hassanhanita406, dan fitur utamanya adalah "Sharing Session".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SessionShare

Unduh file ekstensi SessionShare dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama SessionShare SessionShare
ID onnpjcbohgedhlnjclogmphbapfedbin
URL Resmi https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin
Deskripsi Sharing Session
Ukuran File 441 KB
Jumlah Instalasi 43
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2023-08-30
Tanggal Publikasi 2023-07-09
Pengembang hassanhanita406
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/hanita406/SessionShare/wiki/Privacy-Policy
Bahasa yang Didukung 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"
}