Jam! Share accounts with friends

Share accounts with friends without revealing the password

Vad är Jam! Share accounts with friends?

Jam! Share accounts with friends är en Chrome-tillägg utvecklad av Jam! Share accounts with friends, och dess huvudfunktion är "Share accounts with friends without revealing the password".

Tilläggsskärmbilder

screenshot

Ladda ner Jam! Share accounts with friends-förlängningens CRX-fil

Ladda ner Jam! Share accounts with friends-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Jam! Share accounts with friends Jam! Share accounts with friends
ID kceojleieoeebojmbpjmiacmpbkjddjf
Officiell webbadress https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf
Beskrivning Share accounts with friends without revealing the password
Filstorlek 578 KB
Antal Installationer 407
Aktuell Version 0.0.15
Senast Uppdaterad 2020-10-13
Publiceringsdatum 2020-07-03
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Jam! Share accounts with friends
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://jam.link/
URL till Sekretesspolicy Sidan https://jam.link/privacy-policy
Stödda Språk 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\/*"
        ]
    }
}