Nextcloud Passwords

Client for Nextcloud Passwords application.

Nextcloud Passwordsคืออะไร?

Nextcloud Passwords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wirgen และคุณลักษณะหลักของมันคือ "Client for Nextcloud Passwords application."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Nextcloud is a suite of client-server software for creating and using file hosting services. Nextcloud application functionally is similar to Dropbox. Unlike Dropbox, Nextcloud does not offer off-premises file storage hosting. Nextcloud is free and open-source, which means that anyone is allowed to install and operate it on their own private server devices.
In contrast to proprietary services like Dropbox, the open architecture allows adding functionality to the server in the form of applications and enables users to have full control of their data.
This extension allows you to synchronize passwords from the application with the browser. The application Nextcloud Passwords must already be installed on the server.
‼ This extension uses the new API version ‼

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

Change Log:

‣ 1.1.0
- Prevent double menu items;
- Dispatch event "input" after autofill (for example, VueJS wait this event);
- Save credentials not only on submit, additional check click on buttons;
- Additional, automatically submit data by click button;
- Small fixes.

‣ 1.0.1
First full public release.                    

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

ชื่อ Nextcloud Passwords Nextcloud Passwords
ID jjpfdfcgmfaoiebailahlppglbkdbajb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nextcloud-passwords/jjpfdfcgmfaoiebailahlppglbkdbajb
คำอธิบาย Client for Nextcloud Passwords application.
ขนาดไฟล์ 680 KB
จำนวนการติดตั้ง 686
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-03-13
วันที่เผยแพร่ 2019-11-28
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา wirgen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "client.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "notifications",
        "storage",
        "tabs"
    ]
}