Nationaal warmtefonds gegevens verzamelen

Verzamel op een privacyvriendelijke manier informatie van overheidsinstanties voor je Energiebespaarlening aanvraag

Nationaal warmtefonds gegevens verzamelenとは何ですか?

Nationaal warmtefonds gegevens verzamelenはNationaal Warmtefondsによって開発されたChromeの拡張機能で、その主な機能は「Verzamel op een privacyvriendelijke manier informatie van overheidsinstanties voor je Energiebespaarlening aanvraag」です。

拡張機能のスクリーンショット

screenshot
screenshot

Nationaal warmtefonds gegevens verzamelen拡張機能のCRXファイルをダウンロード

Nationaal warmtefonds gegevens verzamelen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Met deze extensie kun je bij verschillende instanties persoonlijke informatie downloaden. Deze informatie wordt daarna gebundeld in een overzichtelijk document.                    

拡張機能の基本情報

名前 Nationaal warmtefonds gegevens verzamelen Nationaal warmtefonds gegevens verzamelen
ID epobnakecdofghohighianlbhijpgfmc
公式URL https://chromewebstore.google.com/detail/nationaal-warmtefonds-geg/epobnakecdofghohighianlbhijpgfmc
説明 Verzamel op een privacyvriendelijke manier informatie van overheidsinstanties voor je Energiebespaarlening aanvraag
ファイルサイズ 26.45 KB
インストール数 1,446
現在のバージョン 1.0.3
最終更新日 2023-08-02
公開日 2021-09-15
評価 1.60/5 合計 5 レビュー
開発者 Nationaal Warmtefonds
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.energiebespaarlening.nl/
プライバシーポリシーページのURL https://www.energiebespaarlening.nl/privacy
対応言語 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nationaal warmtefonds gegevens verzamelen",
    "description": "Verzamel op een privacyvriendelijke manier informatie van overheidsinstanties voor je Energiebespaarlening aanvraag",
    "version": "1.0.3",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "homepage_url": "https:\/\/www.energiebespaarlening.nl\/",
    "icons": {
        "32": "resources\/logo32X32.png",
        "48": "resources\/logo48X48.png",
        "128": "resources\/logo128X128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aqopi.com\/*",
                "https:\/\/iwize.nl\/*",
                "https:\/\/*.overheid.nl\/*",
                "https:\/\/*.mijnpensioenoverzicht.nl\/*",
                "https:\/\/*.uwv.nl\/*",
                "https:\/\/*.belastingdienst.nl\/*",
                "https:\/\/*.duo.nl\/*",
                "https:\/\/*.digid.nl\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content\/content.js",
                "content\/actions.js",
                "content\/crypto.js",
                "content\/templateMatching.js",
                "content\/fetchBlob.js",
                "content\/downloadPdfByClick.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mijn.duo.nl\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content\/fetchJsonWithAuthHeader.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "webRequest",
        "https:\/\/*.aqopi.com\/*",
        "https:\/\/iwize.nl\/*",
        "https:\/\/*.overheid.nl\/*",
        "https:\/\/*.mijnpensioenoverzicht.nl\/*",
        "https:\/\/*.uwv.nl\/*",
        "https:\/\/*.belastingdienst.nl\/*",
        "https:\/\/*.duo.nl\/*",
        "https:\/\/*.digid.nl\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "resources\/logo32X32.png",
        "default_title": "Nationaal warmtefonds"
    },
    "web_accessible_resources": [
        "resources\/logo80X80.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.iwize.nl\/*"
        ]
    }
}