Jam! Share accounts with friends
Share accounts with friends without revealing the password
Co to jest Jam! Share accounts with friends?
Jam! Share accounts with friends to rozszerzenie Chrome opracowane przez Jam! Share accounts with friends, a jego główną funkcją jest „Share accounts with friends without revealing the password”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jam! Share accounts with friends
Pobierz pliki rozszerzeń Jam! Share accounts with friends w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Jam helps you and your friends share accounts on the internet.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kceojleieoeebojmbpjmiacmpbkjddjf |
Oficjalny URL | https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf |
Opis | Share accounts with friends without revealing the password |
Rozmiar pliku | 578 KB |
Liczba instalacji | 407 |
Aktualna Wersja | 0.0.15 |
Ostatnia Aktualizacja | 2020-10-13 |
Data Publikacji | 2020-07-03 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Jam! Share accounts with friends |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://jam.link/ |
Adres URL Strony Polityki Prywatności | https://jam.link/privacy-policy |
Obsługiwane Języki | 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\/*" ] } } |