Slotbot.in

Share Visa Slots availability

Slotbot.in là gì?

Slotbot.in là một tiện ích mở rộng Chrome được phát triển bởi krishna.somisetty, và tính năng chính của nó là "Share Visa Slots availability".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slotbot.in

Tải xuống các tệp mở rộng Slotbot.in 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

                        slotbot.in extension allows you to crowdsource us visa slot status and relay them to slotbot.in                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slotbot.in Slotbot.in
ID nljjpanallmfeamladfpamfnajdjbbhb
URL Chính Thức https://chromewebstore.google.com/detail/slotbotin/nljjpanallmfeamladfpamfnajdjbbhb
Mô tả Share Visa Slots availability
Kích Thước Tệp 55.11 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-08-01
Ngày Phát Hành 2022-07-31
Nhà Phát Triển krishna.somisetty
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://slotbot.in
URL Trang Chính Sách Bảo Mật https://slotbot.in/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "action": {
        "default_icon": {
            "32": "img\/32.png"
        }
    },
    "background": {
        "service_worker": "js\/sworker.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/cgifederal.secure.force.com\/scheduleappointment",
                "https:\/\/cgifederal.secure.force.com\/*pplicant*ome"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content2.js"
            ],
            "matches": [
                "https:\/\/cgifederal.secure.force.com\/"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Share Visa Slots availability",
    "externally_connectable": {
        "matches": [
            "https:\/\/127.0.0.1\/*",
            "https:\/\/slotbot.in\/*"
        ]
    },
    "homepage_url": "https:\/\/slotbot.in\/",
    "icons": {
        "128": "img\/128.png",
        "24": "img\/24.png",
        "256": "img\/256.png",
        "32": "img\/32.png",
        "64": "img\/64.png"
    },
    "manifest_version": 3,
    "name": "Slotbot.in",
    "options_page": "popup.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup.html"
            ]
        }
    ]
}