Royal Passwords

Royal Passwords

Was ist Royal Passwords?

Royal Passwords ist eine Chrome-Erweiterung, die von https://www.royalapplications.com entwickelt wurde, und ihr Hauptmerkmal ist "Royal Passwords".

Erweiterungsscreenshots

screenshot
screenshot

Royal Passwords-Erweiterungs-CRX-Datei herunterladen

Laden Sie Royal Passwords-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

                        Access your Royal TS or Royal TSX credentials with Royal Passwords.
Automatically log on to websites and web applications easily by selecting a credential from one of your Royal TS/X documents and let Royal Passwords do all the magic for you.

Royal TS is available for Windows, macOS, iOS and Android.                    

Grundlegende Informationen zur Erweiterung

Name Royal Passwords Royal Passwords
ID hcdciaadmcjmabbgkfboeocgiicphkpf
Offizielle URL https://chromewebstore.google.com/detail/royal-passwords/hcdciaadmcjmabbgkfboeocgiicphkpf
Beschreibung Royal Passwords
Dateigröße 71.21 KB
Installationsanzahl 4,697
Aktuelle Version 1.4.0.0
Letztes Update 2019-04-11
Veröffentlichungsdatum 2019-04-11
Bewertung 4.30/5 Insgesamt 23 Bewertungen
Entwickler https://www.royalapplications.com
Zahlungsart free
Erweiterungswebsite https://www.royalapplications.com/passwords
Hilfeseite URL https://www.royalapplications.com/go/support
URL der Datenschutzrichtlinien-Seite https://www.royalapplications.com/ts/win/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Royal Passwords",
    "description": "Royal Passwords",
    "homepage_url": "https:\/\/www.royalapplications.com\/passwords",
    "version": "1.4.0.0",
    "author": "Lemon Mojo",
    "icons": {
        "16": "icon_16x16.png",
        "19": "icon_19x19.png",
        "20": "icon_20x20.png",
        "25": "icon_25x25.png",
        "30": "icon_30x30.png",
        "32": "icon_32x32.png",
        "35": "icon_35x35.png",
        "38": "icon_38x38.png",
        "40": "icon_40x40.png",
        "48": "icon_48x48.png",
        "64": "icon_64x64.png",
        "96": "icon_96x96.png",
        "128": "icon_128x128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "options_ui": {
        "page": "content\/browser_chrome\/options.html"
    },
    "browser_action": {
        "default_popup": "content\/browser_chrome\/popup.html",
        "default_title": "Royal Passwords",
        "default_icon": {
            "16": "icon_16x16.png",
            "19": "icon_19x19.png",
            "20": "icon_20x20.png",
            "25": "icon_25x25.png",
            "30": "icon_30x30.png",
            "32": "icon_32x32.png",
            "35": "icon_35x35.png",
            "38": "icon_38x38.png",
            "40": "icon_40x40.png",
            "48": "icon_48x48.png",
            "64": "icon_64x64.png",
            "96": "icon_96x96.png",
            "128": "icon_128x128.png"
        }
    },
    "background": {
        "persistent": true,
        "scripts": [
            "content\/browser_chrome\/js\/eventHub.js",
            "content\/common\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "content\/common\/js\/libs\/royaljquery-3.3.1.min.js",
                "content\/browser_chrome\/js\/eventHub.js",
                "content\/common\/js\/utils.js",
                "content\/common\/js\/contentScript.js"
            ]
        }
    ]
}