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開發的Chrome擴展程式,該擴展的主要功能是“Share accounts with friends without revealing the password”。

擴展截圖

screenshot

下載Jam! Share accounts with friends擴展crx文件

下載Jam! Share accounts with friends擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Jam! Share accounts with friends Jam! Share accounts with friends
ID kceojleieoeebojmbpjmiacmpbkjddjf
官方網址 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\/*"
        ]
    }
}