LazyCode
Service LazyCode gives you an opportunity to make internet verification via SMS much easier and faster!
LazyCodeคืออะไร?
LazyCode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pro100svitlo และคุณลักษณะหลักของมันคือ "Service LazyCode gives you an opportunity to make internet verification via SMS much easier and faster!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LazyCode
ดาวน์โหลดไฟล์ส่วนขยาย LazyCode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
In Android app You simply create templates based on Your SMS, which will be used in order to find verification code in SMS. To make things easier with verification on Your PC, you can install this extension for GoogleChrome and set synchronization on both devices. As the result, the verification code You receive on Your mobile will be immediately displayed in Your browser. All You need is copy and paste the code into corresponding field. Examples of usage: - payment 3dSecure verification code; - 2-factor authorization(Google, Amazon, etc); - etc; Android app link: https://play.google.com/store/apps/details?id=com.pro100svitlo.lazycode
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gfkfhdfbnpdiocafiangkjejijjijfkh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lazycode/gfkfhdfbnpdiocafiangkjejijjijfkh |
คำอธิบาย | Service LazyCode gives you an opportunity to make internet verification via SMS much easier and faster! |
ขนาดไฟล์ | 77.61 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 0.12.1 |
อัปเดตครั้งล่าสุด | 2017-09-12 |
วันที่เผยแพร่ | 2017-09-12 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | pro100svitlo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LazyCode", "description": "Service LazyCode gives you an opportunity to make internet verification via SMS much easier and faster!", "version": "0.12.1", "icons": { "16": "icon\/open16.png", "32": "icon\/open32.png", "48": "icon\/open48.png", "64": "icon\/open64.png", "128": "icon\/open128.png" }, "browser_action": { "default_icon": "icon\/close.png", "default_popup": "templates\/popup.html", "default_title": "Click here!" }, "permissions": [ "identity", "notifications", "background", "storage" ], "oauth2": { "client_id": "1005535696669-ilp64van0ge3o772lo0e238sjrfi1cs8.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/maxcdn.bootstrapcdn.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/apis.google.com; object-src 'self'", "background": { "page": "background.html" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgoH380JpqWvCdm6yMzFQdhJyI3VxcP8IY+kNStvpoROVlq4XpfAlp1XfKqm+iGS1CWmfcR5T7ewGnvXPV4DDUTzgfQhraIuv6lx1Eq9KExrXrznDPyoig49QyOSbPyD1TmG1C7yIW\/KZLPuaiVg5kBfbgCbCQl6FPtaV7dOsLSK\/AVe2IeefhqKQKV1Jk\/Ks2pLNyLDOut\/gMbPDiiKo5JB4TK5eEDha2GxlzKBNjxabzPC5vxGnLj3XJsB\/lMpKn7N8vWD5GTGxhtyy5qZsxLbbqM6a8rGHnl8Gvc8c\/JjQbf5OBTvsfvx4ZkjYpOKKlZMrOpWPpYfc0iryfugHiwIDAQAB" } |