Symple ID
Symple ID - Just TAP to sign in! Symple ID brings “tap-to-pay” simplicity to solve the problem of passwords. If you’ve ever tapped…
Symple IDคืออะไร?
Symple ID เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sympleid.com และคุณลักษณะหลักของมันคือ "Symple ID - Just TAP to sign in! Symple ID brings “tap-to-pay” simplicity to solve the problem of passwords. If you’ve ever tapped…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Symple ID
ดาวน์โหลดไฟล์ส่วนขยาย Symple ID ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Symple ID - Just TAP to sign in! Symple ID brings “tap-to-pay” simplicity to solve the problem of passwords. If you’ve ever tapped your credit card in the check-out lane to buy something, you know how easy tap-to-pay is. Using Symple ID is just like using tap-to-pay; but instead of making a secure purchase in a store, you’re securely logging-in online. Symple ID users simply tap their smartphone to a digital ID in order to sign into Banking Websites, Social Media (Facebook, LinkedIn, Twitter, etc.), email (Gmail, Yahoo, Outlook, etc.) and web apps (Salesforce, Netflix and Dropbox, etc.). To use this product you need a subscription which is available at: www.sympleid.com. Note: * Symple ID staff do not track nor can we see any of the details of the websites which you visit. * Symple ID staff cannot see, nor do we store, any of your user credentials.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fnpgeblkobbgahcihhfcmgihhplcgddl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/symple-id/fnpgeblkobbgahcihhfcmgihhplcgddl |
คำอธิบาย | Symple ID - Just TAP to sign in! Symple ID brings “tap-to-pay” simplicity to solve the problem of passwords. If you’ve ever tapped… |
ขนาดไฟล์ | 2.58 MB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 4.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | http://sympleid.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.sympleid.com |
URL หน้าช่วยเหลือ | http://www.sympleid.com/help |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Symple ID", "description": "", "version": "2.0.0", "permissions": [ "notifications", "contextMenus", "storage", "tabs", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/lib\/sjcl.js", "js\/lib\/json2.js", "js\/lib\/jquery.js", "js\/lib\/underscore.js", "js\/lib\/backbone.js", "js\/lib\/simplepush.js", "js\/lib\/backbone.marionette.js", "js\/lib\/milestones.js", "js\/lib\/sock.js", "js\/chrome\/shim.js", "js\/extension\/extension.js", "js\/common\/push.js", "js\/extension\/autologin.js", "js\/chrome\/main.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/nifty.css" ], "js": [ "js\/lib\/zepto.js", "js\/lib\/underscore.js", "js\/lib\/backbone.js", "js\/lib\/nifty_templates.js", "js\/lib\/nifty.js", "js\/chrome\/shim.js", "js\/extension\/formfinder.js", "js\/extension\/content.js", "js\/extension\/last-username-store.js" ] } ], "web_accessible_resources": [ "js\/extension\/formsubmit.js", "img\/logo.png", "img\/sympleid-small.jpg" ], "options_page": "options.html", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/logo.png" }, "content_security_policy": "script-src 'self' http:\/\/localhost 'unsafe-eval'; object-src 'self'" } |