Jam! Share accounts with friends

Share accounts with friends without revealing the password

Hvad er Jam! Share accounts with friends?

Jam! Share accounts with friends er en Chrome-udvidelse udviklet af Jam! Share accounts with friends, og dens hovedfunktion er "Share accounts with friends without revealing the password".

Udvidelsesskærmbilleder

screenshot

Download Jam! Share accounts with friends-udvidelses-CRX-fil

Download Jam! Share accounts with friends-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Jam! Share accounts with friends Jam! Share accounts with friends
ID kceojleieoeebojmbpjmiacmpbkjddjf
Officiel URL https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf
Beskrivelse Share accounts with friends without revealing the password
Filstørrelse 578 KB
Antal Installationer 407
Nuværende Version 0.0.15
Senest Opdateret 2020-10-13
Udgivelsesdato 2020-07-03
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Jam! Share accounts with friends
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://jam.link/
URL til Fortrolighedspolitik Side https://jam.link/privacy-policy
Understøttede Sprog 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\/*"
        ]
    }
}