Passwarden

Passwarden Extension for Google Chrome

Passwardenคืออะไร?

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

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Sick of remembering all your passwords, nicknames and account details? Consolidate them within a secure storage, accessible from anywhere, anytime! 

Passwarden is the most reliable and secure service to store any different types of personal data! 

Runs on iPad, iPhone and iPod Touch, iPad mini, Mac OS X! 

With this extension you can
✓ integrate directly with Chrome browser
✓ automatically save your credentials from sign-up forms
✓ auto-login to best-loved services

IMPORTANT: This extension requires the Passwarden Mac application installed. You can download it for free at 
https://itunes.apple.com/us/app/passwarden/id590419719?mt=12

Passwarden for iOS
https://itunes.apple.com/us/app/passwarden/id590418846?mt=8                    

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

ชื่อ Passwarden Passwarden
ID ankgnphnaaoghogkccomaamfckiajcbg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/passwarden/ankgnphnaaoghogkccomaamfckiajcbg
คำอธิบาย Passwarden Extension for Google Chrome
ขนาดไฟล์ 2.05 MB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-08-07
วันที่เผยแพร่ 2013-08-07
ผู้พัฒนา https://passwarden.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://passwarden.com/
URL หน้าช่วยเหลือ https://passwarden.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Passwarden",
    "description": "Passwarden Extension for Google Chrome",
    "version": "1.0",
    "homepage_url": "https:\/\/passwarden.com",
    "icons": {
        "16": "data\/img\/browsers\/icon-16.png",
        "48": "data\/img\/browsers\/icon-48.png",
        "128": "data\/img\/browsers\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "data\/img\/browsers\/icon-plugin-browser-chrome.png",
        "default_popup": "data\/html\/popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "contextMenus",
        "clipboardWrite",
        "clipboardRead",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "data\/html\/notification_bar.html",
        "data\/html\/popup.html"
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "data\/js\/jquery-2.0.0.min.js",
                "data\/js\/form-autofill.js",
                "data\/js\/content.js"
            ],
            "css": [],
            "exclude_globs": [
                "*:\/\/ad.*\/*",
                "*:\/\/ad?.*\/*",
                "*:\/\/ads?.*\/*",
                "*:\/\/adserver*.*\/*",
                "*:\/\/*\/*adframe*",
                "*:\/\/tag.admeld*.*\/*",
                "*:\/\/*.atdmt.com\/*",
                "*:\/\/*.doubleclick.*\/*",
                "*:\/\/*.ak.fbcdn.net\/*",
                "*:\/\/plusone.google.com\/*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/*.facebook.com\/widgets\/*",
                "*:\/\/*.facebook.com\/plugins\/*",
                "*:\/\/*.facebook.com\/extern\/*",
                "*:\/\/stats.complex.com\/*",
                "*:\/\/*.addthis.com\/static\/*",
                "*:\/\/vitamine.networldmedia.net\/*",
                "*:\/\/api.tweetmeme.com\/*",
                "*:\/\/*.atwola.com\/*",
                "*:\/\/engine.adzerk.net\/*",
                "*:\/\/*.stumbleupon.com\/badge\/*",
                "*:\/\/*.bizographics.com\/collect\/*"
            ]
        }
    ]
}