Everykey Chrome

Everykey unlocks your devices and logs you into websites when you're around, then locks it all back down when you're not.

Everykey Chromeคืออะไร?

Everykey Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://everykey.com และคุณลักษณะหลักของมันคือ "Everykey unlocks your devices and logs you into websites when you're around, then locks it all back down when you're not."

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

screenshot
screenshot
screenshot

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

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

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

                        When Everykey is close to your phone, laptop, tablet, house, car, or another access-controlled device, it unlocks that device. When you walk away, that device locks back down. Everykey can also log you into your website accounts and generate secure passwords for new website accounts. If you lose your Everykey, you can remotely freeze it, so no one else can use it.


FEATURES OF EVERYKEY FOR CHROME

Everykey for Chrome has been reworked from the ground up in version 3

Remember Passwords - Remembered passwords can be used on any device that's tied to your account

Automatic Login - Login to any website that Everykey has remembered a password for

Multiple Accounts - Remember passwords for multiple accounts on the same webiste

Password Generation - Generate unique random and secure password for new website accounts


WINDOWS OR MAC APP REQUIRED

Everykey for Windows or Everykey for macOS is required in order to use Everykey for Chrome.


EVERYKEY REQUIRED

An Everykey is required in order to use Everykey for Chrome. You can purchase an Everykey from the Everykey website:

https://everykey.com                    

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

ชื่อ Everykey Chrome Everykey Chrome
ID ihmelecnjfkpjfhnofdegegekeeoiiel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/everykey-chrome/ihmelecnjfkpjfhnofdegegekeeoiiel
คำอธิบาย Everykey unlocks your devices and logs you into websites when you're around, then locks it all back down when you're not.
ขนาดไฟล์ 8.58 MB
จำนวนการติดตั้ง 2,065
เวอร์ชันปัจจุบัน 3.15.0
อัปเดตครั้งล่าสุด 2023-12-20
วันที่เผยแพร่ 2020-03-18
คะแนน 2.83/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา https://everykey.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.everykey.com
URL หน้าช่วยเหลือ https://everykey.com/support
URL หน้านโยบายความเป็นส่วนตัว https://everykey.com/legal
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Everykey Chrome",
    "version": "3.15.0",
    "version_name": "3.15.0",
    "description": "Everykey unlocks your devices and logs you into websites when you're around, then locks it all back down when you're not.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/browser-action-icon-dark.png",
        "default_title": "Everykey",
        "default_popup": "html\/popup.html"
    },
    "commands": {
        "trigger-focused-in-field-icon": {
            "description": "Open the Everykey overlay when a field is focused"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false
    },
    "minimum_chrome_version": "73",
    "permissions": [
        "cookies",
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "*.html"
    ]
}