Ikbenfrits

Verzamel op een privacyvriendelijke manier documenten in je persoonlijke webomgeving.

Ikbenfritsคืออะไร?

Ikbenfrits เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ikbenfrits และคุณลักษณะหลักของมันคือ "Verzamel op een privacyvriendelijke manier documenten in je persoonlijke webomgeving."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ikbenfrits

ดาวน์โหลดไฟล์ส่วนขยาย Ikbenfrits ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Verzamel op een privacyvriendelijke manier documenten in je persoonlijke webomgeving

Met deze extensie kun je bij verschillende instanties je persoonlijke documenten downloaden. De informatie uit deze documenten wordt daarna gebundeld in één overzichtelijk document. Op een privacyvriendelijke manier natuurlijk.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ikbenfrits Ikbenfrits
ID mejooooabdglcdpcigfeaboccnjkfnda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ikbenfrits/mejooooabdglcdpcigfeaboccnjkfnda
คำอธิบาย Verzamel op een privacyvriendelijke manier documenten in je persoonlijke webomgeving.
ขนาดไฟล์ 91.39 KB
จำนวนการติดตั้ง 142
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-09-16
วันที่เผยแพร่ 2021-09-13
ผู้พัฒนา ikbenfrits
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ikbenfrits.nl/welkom/
URL หน้านโยบายความเป็นส่วนตัว https://www.ikbenfrits.nl/privacy
ภาษาที่รองรับ nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ikbenfrits",
    "description": "Verzamel op een privacyvriendelijke manier documenten in je persoonlijke webomgeving.",
    "version": "1.0.0",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "homepage_url": "https:\/\/www.ikbenfrits.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": "Ikbenfrits.nl"
    },
    "web_accessible_resources": [
        "resources\/logo80X80.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.iwize.nl\/*"
        ]
    }
}