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