2020Wallet

Automatic login to your websites with single swipe.

2020Walletคืออะไร?

2020Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://unfoldlabs.com และคุณลักษณะหลักของมันคือ "Automatic login to your websites with single swipe."

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

screenshot

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

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

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

                        No more Pop Ups for Login Credentials

If you would like to get rid of entering credentials and login automatically, 2020Wallet Web App is the solution.

2020Wallet Chrome Web App conveniently eliminates the steps of entering your usernames and passwords to login into your favorite websites. 

How to use 2020Wallet Chrome Web App? 

•	Store your website credentials on your mobile using 2020Wallet mobile app. You can download 2020Wallet from Google Play store, Samsung App Store or Nexva App store. 
•	Install 2020Wallet Chrome Web App from Chrome extensions. 
•	You will see the icon on the right top corner of the screen. Click on the icon.
•	A popup screen appears when you are using the app for the first time - Enter the email Id and Lock code you have registered with 2020Wallet mobile app.
•	Now Swipe and go! - Here after you can login to the websites just with a swipe on your 2020Wallet mobile app  Auto Login option.    

 Features  
•	Eliminates the discomfort of entering login credentials each time
•	Creates an ease to work across multiple sites
•	Automatic login to your websites, with saved username /passwords
•	We don’t inject any Ads
•	We don’t store any information on the server
•	This plugin is Open Source. Have a look at 
•	Download for free 

Find us on

Facebook 

Twitter                    

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

ชื่อ 2020Wallet 2020Wallet
ID apackbelmolgjpdfegmnkpajpdnchkgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/2020wallet/apackbelmolgjpdfegmnkpajpdnchkgp
คำอธิบาย Automatic login to your websites with single swipe.
ขนาดไฟล์ 215 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.1.0.3
อัปเดตครั้งล่าสุด 2020-09-08
วันที่เผยแพร่ 2019-02-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://unfoldlabs.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://unfoldlabs.com/2020Wallet/index.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2020Wallet",
    "version": "1.1.0.3",
    "manifest_version": 2,
    "description": "Automatic login to your websites with single swipe.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "omnibox": {
        "keyword": "yeah"
    },
    "browser_action": {
        "default_title": "2020Wallet",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery-1.11.3.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "http:\/\/localhost\/*",
        "file:\/\/\/*",
        "*:\/\/*\/",
        "http:\/\/localhost:3002\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms",
        "storage",
        "gcm"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "devtools_page": "devtools\/devtools.html"
}