Vend Age Restriction
This extension will determine a customers age before checkout
Vend Age Restriction là gì?
Vend Age Restriction là một tiện ích mở rộng Chrome được phát triển bởi Lutes, và tính năng chính của nó là "This extension will determine a customers age before checkout".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Vend Age Restriction
Tải xuống các tệp mở rộng Vend Age Restriction dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Enter the customers DOB from their ID while checking out in the Vend web register. Allows customized age restriction 18 years old, 21 years old, or even 5 years old.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Vend Age Restriction |
ID | behibmealfdflppiagmpcidhhbaojkmk |
URL Chính Thức | https://chromewebstore.google.com/detail/vend-age-restriction/behibmealfdflppiagmpcidhhbaojkmk |
Mô tả | This extension will determine a customers age before checkout |
Kích Thước Tệp | 42.25 KB |
Số Lần Cài Đặt | 192 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2016-08-09 |
Ngày Phát Hành | 2016-08-09 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Lutes |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vend Age Restriction", "description": "This extension will determine a customers age before checkout", "version": "1.5.0", "browser_action": { "default_icon": "icon.png", "default_title": "Vend Age Restriction", "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.vendhq.com\/webregister\/" ], "css": [ "ar_style.css" ], "js": [ "jquery.js", "content.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "https:\/\/*.vendhq.com\/webregister\/", "storage" ] } |