Jam! Share accounts with friends

Share accounts with friends without revealing the password

Co je Jam! Share accounts with friends?

Jam! Share accounts with friends je rozšíření Chrome vyvinuté Jam! Share accounts with friends, a jeho hlavní funkcí je „Share accounts with friends without revealing the password“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Jam! Share accounts with friends

Stáhněte si soubory rozšíření Jam! Share accounts with friends ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Jam! Share accounts with friends Jam! Share accounts with friends
ID kceojleieoeebojmbpjmiacmpbkjddjf
Oficiální URL https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf
Popis Share accounts with friends without revealing the password
Velikost souboru 578 KB
Počet instalací 407
Aktuální Verze 0.0.15
Poslední Aktualizace 2020-10-13
Datum Vydání 2020-07-03
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Jam! Share accounts with friends
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://jam.link/
URL Stránky Zásad Ochrany Soukromí https://jam.link/privacy-policy
Podporované Jazyky 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\/*"
        ]
    }
}