Slotbot.in

Share Visa Slots availability

Slotbot.in란 무엇입니까?

Slotbot.in은(는) krishna.somisetty에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share Visa Slots availability"입니다.

확장 프로그램 스크린샷

screenshot

Slotbot.in 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}