VisaSlots.info

Crowdsourced Visa Slot Availability

VisaSlots.info란 무엇입니까?

VisaSlots.info은(는) https://visaslots.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crowdsourced Visa Slot Availability"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

VisaSlots.info 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 VisaSlots.info VisaSlots.info
ID oabehjadicgppcgikbggaoggnnhclhkp
공식 URL https://chromewebstore.google.com/detail/visaslotsinfo/oabehjadicgppcgikbggaoggnnhclhkp
설명 Crowdsourced Visa Slot Availability
파일 크기 19.89 KB
설치 횟수 2,641
현재 버전 0.5.6
최근 업데이트 2023-09-11
출시 날짜 2023-01-25
평점 5.00/5 총 2 개의 평점
개발자 https://visaslots.info
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://visaslots.info
도움말 페이지 URL https://visaslots.info/faq
지원되는 언어 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\/*"
    ]
}