Jam! Share accounts with friends

Share accounts with friends without revealing the password

Jam! Share accounts with friendsคืออะไร?

Jam! Share accounts with friends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jam! Share accounts with friends และคุณลักษณะหลักของมันคือ "Share accounts with friends without revealing the password"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jam! Share accounts with friends

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
        ]
    }
}