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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}