VisaSlots.info
Crowdsourced Visa Slot Availability
VisaSlots.info là gì?
VisaSlots.info là một tiện ích mở rộng Chrome được phát triển bởi https://visaslots.info, và tính năng chính của nó là "Crowdsourced Visa Slot Availability".
Ả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 VisaSlots.info
Tải xuống các tệp mở rộng VisaSlots.info 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
This extension helps us crowdsource the latest availability of visa appointment slots. You can view the latest availability and subscribe to the latest updates at visaslots.info
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VisaSlots.info |
ID | oabehjadicgppcgikbggaoggnnhclhkp |
URL Chính Thức | https://chromewebstore.google.com/detail/visaslotsinfo/oabehjadicgppcgikbggaoggnnhclhkp |
Mô tả | Crowdsourced Visa Slot Availability |
Kích Thước Tệp | 19.89 KB |
Số Lần Cài Đặt | 2,641 |
Phiên Bản Hiện Tại | 0.5.6 |
Cập Nhật Lần Cuối | 2023-09-11 |
Ngày Phát Hành | 2023-01-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://visaslots.info |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://visaslots.info |
URL Trang Trợ Giúp | https://visaslots.info/faq |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VisaSlots.info", "version": "0.5.6", "description": "Crowdsourced Visa Slot Availability", "permissions": [ "storage", "scripting", "activeTab" ], "icons": { "128": "images\/icon-128.png" }, "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "VisaSlots.info", "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/visaslots.info\/*" ], "js": [ "scripts\/history.js" ] }, { "matches": [ "https:\/\/www.usvisascheduling.com\/*" ], "js": [ "scripts\/content.js" ] } ], "host_permissions": [ "https:\/\/www.usvisascheduling.com\/*" ] } |