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\/*"
        ]
    }
}