Jam! Share accounts with friends

Share accounts with friends without revealing the password

What is Jam! Share accounts with friends?

Jam! Share accounts with friends is a Chrome extension developed by Jam! Share accounts with friends, and its main feature is "Share accounts with friends without revealing the password".

Extension Screenshots

screenshot

Download Jam! Share accounts with friends Extension CRX File

Download Jam! Share accounts with friends extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Jam! Share accounts with friends Jam! Share accounts with friends
ID kceojleieoeebojmbpjmiacmpbkjddjf
Official URL https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf
Description Share accounts with friends without revealing the password
File Size 578 KB
Installation Count 407
Current Version 0.0.15
Last Updated 2020-10-13
Publish Date 2020-07-03
Rating 5.00/5 Total 3 Ratings
Developer Jam! Share accounts with friends
Email [email protected]
Payment Type free
Extension Website https://jam.link/
Privacy Policy Page URL https://jam.link/privacy-policy
Supported Languages 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\/*"
        ]
    }
}