HISTORY Code
Adds a second layer of security for your business account. This works by generating two-factor authentication codes in your browser.
HISTORY Codeคืออะไร?
HISTORY Code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HWMG DWC-LLC และคุณลักษณะหลักของมันคือ "Adds a second layer of security for your business account. This works by generating two-factor authentication codes in your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HISTORY Code
ดาวน์โหลดไฟล์ส่วนขยาย HISTORY Code ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HISTORY Code adds a second layer of security for your business account. This works by generating one-time passwords on your browser which is used in conjunction with your normal password to make your login nearly impossible to hack. HISTORY Code work for your private corporate security.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HISTORY Code |
ID | kabmpaliclhihkecmkbkfgfnlgckfhnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/history-code/kabmpaliclhihkecmkbkfgfnlgckfhnc |
คำอธิบาย | Adds a second layer of security for your business account. This works by generating two-factor authentication codes in your browser. |
ขนาดไฟล์ | 972 KB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2019-07-10 |
วันที่เผยแพร่ | 2019-07-05 |
ผู้พัฒนา | HWMG DWC-LLC |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,de,en,fr,nl,vi,tr,ca,es,it,hu,pl,pt-BR,sv,cs,el,bg,ru,ar,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "1.0.0", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "__MSG_extShortName__", "default_popup": "view\/popup.html" }, "storage": { "managed_schema": "schema.json" }, "oauth2": { "client_id": "292457304165-u8ve4j79gag5o231n5u2pdtdrbfdo1hh.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "background": { "scripts": [ "dist\/background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "identity", "file:\/\/*\/*" ], "optional_permissions": [ "clipboardWrite", "https:\/\/www.google.com\/", "https:\/\/*.dropboxapi.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/accounts.google.com\/o\/oauth2\/revoke" ], "offline_enabled": true, "web_accessible_resources": [ "view\/qr.html", "images\/scan.gif" ], "externally_connectable": { "matches": [ "*:\/\/history.group\/*" ] }, "content_security_policy": "script-src 'self'; font-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src https:\/\/www.google.com\/ https:\/\/*.dropboxapi.com https:\/\/www.googleapis.com\/ https:\/\/accounts.google.com\/o\/oauth2\/revoke ; default-src 'none'" } |