Jam! Share accounts with friends

Share accounts with friends without revealing the password

Apa itu Jam! Share accounts with friends?

Jam! Share accounts with friends adalah ekstensi Chrome yang dikembangkan oleh Jam! Share accounts with friends, dan fitur utamanya adalah "Share accounts with friends without revealing the password".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Jam! Share accounts with friends

Unduh file ekstensi Jam! Share accounts with friends 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

                        Jam helps you and your friends share accounts on the internet.                    

Informasi Dasar Ekstensi

Nama Jam! Share accounts with friends Jam! Share accounts with friends
ID kceojleieoeebojmbpjmiacmpbkjddjf
URL Resmi https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf
Deskripsi Share accounts with friends without revealing the password
Ukuran File 578 KB
Jumlah Instalasi 407
Versi Saat Ini 0.0.15
Terakhir Diperbarui 2020-10-13
Tanggal Publikasi 2020-07-03
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Jam! Share accounts with friends
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://jam.link/
URL Halaman Kebijakan Privasi https://jam.link/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Share accounts with friends without revealing the password",
    "version": "0.0.15",
    "name": "Jam! Share accounts with friends",
    "short_name": "Jam",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.jam.link\/*"
        ]
    }
}