Jam! Share accounts with friends

Share accounts with friends without revealing the password

Wat is Jam! Share accounts with friends?

Jam! Share accounts with friends is een Chrome-extensie ontwikkeld door Jam! Share accounts with friends, en de belangrijkste functie is "Share accounts with friends without revealing the password".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Jam! Share accounts with friends

Download Jam! Share accounts with friends-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Jam! Share accounts with friends Jam! Share accounts with friends
ID kceojleieoeebojmbpjmiacmpbkjddjf
Officiële URL https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf
Beschrijving Share accounts with friends without revealing the password
Bestandsgrootte 578 KB
Aantal Installaties 407
Huidige Versie 0.0.15
Laatst Bijgewerkt 2020-10-13
Publicatiedatum 2020-07-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Jam! Share accounts with friends
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jam.link/
URL van de Privacybeleid Pagina https://jam.link/privacy-policy
Ondersteunde Talen 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\/*"
        ]
    }
}