Royal Passwords

Royal Passwords

Royal Passwordsคืออะไร?

Royal Passwords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.royalapplications.com และคุณลักษณะหลักของมันคือ "Royal Passwords"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Royal Passwords

ดาวน์โหลดไฟล์ส่วนขยาย Royal Passwords ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Royal Passwords Royal Passwords
ID hcdciaadmcjmabbgkfboeocgiicphkpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/royal-passwords/hcdciaadmcjmabbgkfboeocgiicphkpf
คำอธิบาย Royal Passwords
ขนาดไฟล์ 71.21 KB
จำนวนการติดตั้ง 4,697
เวอร์ชันปัจจุบัน 1.4.0.0
อัปเดตครั้งล่าสุด 2019-04-11
วันที่เผยแพร่ 2019-04-11
คะแนน 4.30/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://www.royalapplications.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.royalapplications.com/passwords
URL หน้าช่วยเหลือ https://www.royalapplications.com/go/support
URL หน้านโยบายความเป็นส่วนตัว https://www.royalapplications.com/ts/win/privacy
ภาษาที่รองรับ 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"
            ]
        }
    ]
}