Slotbot.in

Share Visa Slots availability

什么是Slotbot.in?

Slotbot.in是由krishna.somisetty开发的Chrome扩展程序,该扩展的主要功能是“Share Visa Slots availability”。

扩展截图

screenshot

下载Slotbot.in扩展crx文件

下载Slotbot.in扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Slotbot.in Slotbot.in
ID nljjpanallmfeamladfpamfnajdjbbhb
官方URL https://chromewebstore.google.com/detail/slotbotin/nljjpanallmfeamladfpamfnajdjbbhb
简介 Share Visa Slots availability
文件大小 55.11 KB
安装次数 49
当前版本 1.0
更新时间 2022-08-01
上架时间 2022-07-31
开发者 krishna.somisetty
电子邮箱 [email protected]
付费类型 free
扩展官网 https://slotbot.in
隐私政策页面URL https://slotbot.in/privacy
支持的语言 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"
            ]
        }
    ]
}