Jam! Share accounts with friends

Share accounts with friends without revealing the password

Jam! Share accounts with friends क्या है?

Jam! Share accounts with friends Jam! Share accounts with friends द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share accounts with friends without revealing the password"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Jam! Share accounts with friends एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Jam! Share accounts with friends Jam! Share accounts with friends
ID kceojleieoeebojmbpjmiacmpbkjddjf
आधिकारिक URL https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf
विवरण Share accounts with friends without revealing the password
फ़ाइल का आकार 578 KB
स्थापना संख्या 407
वर्तमान संस्करण 0.0.15
अंतिम अपडेट 2020-10-13
प्रकाशन तिथि 2020-07-03
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Jam! Share accounts with friends
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://jam.link/
गोपनीयता नीति पृष्ठ URL https://jam.link/privacy-policy
समर्थित भाषाएँ 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\/*"
        ]
    }
}