Jam! Share accounts with friends
Share accounts with friends without revealing the password
Was ist Jam! Share accounts with friends?
Jam! Share accounts with friends ist eine Chrome-Erweiterung, die von Jam! Share accounts with friends entwickelt wurde, und ihr Hauptmerkmal ist "Share accounts with friends without revealing the password".
Erweiterungsscreenshots
Jam! Share accounts with friends-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jam! Share accounts with friends-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Jam helps you and your friends share accounts on the internet.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kceojleieoeebojmbpjmiacmpbkjddjf |
Offizielle URL | https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf |
Beschreibung | Share accounts with friends without revealing the password |
Dateigröße | 578 KB |
Installationsanzahl | 407 |
Aktuelle Version | 0.0.15 |
Letztes Update | 2020-10-13 |
Veröffentlichungsdatum | 2020-07-03 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Jam! Share accounts with friends |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://jam.link/ |
URL der Datenschutzrichtlinien-Seite | https://jam.link/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } } |