Jam! Share accounts with friends
Share accounts with friends without revealing the password
Cos'è Jam! Share accounts with friends?
Jam! Share accounts with friends è un'estensione di Chrome sviluppata da Jam! Share accounts with friends, e la sua funzione principale è "Share accounts with friends without revealing the password".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jam! Share accounts with friends
Scarica i file di estensione Jam! Share accounts with friends in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Jam helps you and your friends share accounts on the internet.
Informazioni di Base sull'Estensione
Nome | |
ID | kceojleieoeebojmbpjmiacmpbkjddjf |
URL Ufficiale | https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf |
Descrizione | Share accounts with friends without revealing the password |
Dimensione del File | 578 KB |
Conteggio Installazioni | 407 |
Versione Corrente | 0.0.15 |
Ultimo Aggiornamento | 2020-10-13 |
Data di Pubblicazione | 2020-07-03 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Jam! Share accounts with friends |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://jam.link/ |
URL della Pagina della Politica sulla Privacy | https://jam.link/privacy-policy |
Lingue Supportate | 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\/*" ] } } |