VisaSlots.info
Crowdsourced Visa Slot Availability
VisaSlots.infoとは何ですか?
VisaSlots.infoはhttps://visaslots.infoによって開発されたChromeの拡張機能で、その主な機能は「Crowdsourced Visa Slot Availability」です。
拡張機能のスクリーンショット
VisaSlots.info拡張機能のCRXファイルをダウンロード
VisaSlots.info拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/*"
    ]
}  |  |