Jam! Share accounts with friends

Share accounts with friends without revealing the password

Qu'est-ce que Jam! Share accounts with friends ?

Jam! Share accounts with friends est une extension Chrome développée par Jam! Share accounts with friends, et sa fonction principale est "Share accounts with friends without revealing the password".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jam! Share accounts with friends

Téléchargez les fichiers d'extension Jam! Share accounts with friends au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Jam helps you and your friends share accounts on the internet.                    

Informations de Base sur l'Extension

Nom Jam! Share accounts with friends Jam! Share accounts with friends
ID kceojleieoeebojmbpjmiacmpbkjddjf
URL Officiel https://chrome.google.com/webstore/detail/jam-share-accounts-with-f/kceojleieoeebojmbpjmiacmpbkjddjf
Description Share accounts with friends without revealing the password
Taille du Fichier 578 KB
Nombre d'Installations 407
Version Actuelle 0.0.15
Dernière Mise à Jour 2020-10-13
Date de Publication 2020-07-03
Évaluation 5.00/5 Total 3 Évaluations
Développeur Jam! Share accounts with friends
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://jam.link/
URL de la Page de Politique de Confidentialité https://jam.link/privacy-policy
Langues Prises en Charge 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\/*"
        ]
    }
}