GegevensDelen
Op een privacy vriendelijke manier gegevens verzamelen binnen je persoonlijke omgeving.
GegevensDelen क्या है?
GegevensDelen iWize B.V. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Op een privacy vriendelijke manier gegevens verzamelen binnen je persoonlijke omgeving."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GegevensDelen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Deze app stelt je in staat om eenvoudig, snel en veilig de informatie te verzamelen die een organisatie bij je heeft opgevraagd. De installatie van de extensie is eenmalig. Na het verzamelen van de benodigde informatie verwijdert de extensie zichzelf automatisch.
एक्सटेंशन की मूल जानकारी
नाम | GegevensDelen |
ID | nfcedcdobkdklbamclcgmccocjpdijhe |
आधिकारिक URL | https://chromewebstore.google.com/detail/gegevensdelen/nfcedcdobkdklbamclcgmccocjpdijhe |
विवरण | Op een privacy vriendelijke manier gegevens verzamelen binnen je persoonlijke omgeving. |
फ़ाइल का आकार | 1.27 MB |
स्थापना संख्या | 309 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2022-06-27 |
प्रकाशन तिथि | 2021-08-22 |
डेवलपर | iWize B.V. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://gegevensdelen.nl |
गोपनीयता नीति पृष्ठ URL | https://iwize.nl/privacy/index.html |
समर्थित भाषाएँ | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GegevensDelen", "description": "Op een privacy vriendelijke manier gegevens verzamelen binnen je persoonlijke omgeving.", "version": "1.1.1", "content_security_policy": "script-src 'self'; object-src 'self'", "homepage_url": "https:\/\/iwize.nl", "icons": { "32": "resources\/logo32X32.png", "48": "resources\/logo48X48.png", "128": "resources\/logo128X128.png" }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "https:\/\/aqopi.com\/*", "https:\/\/*.aqopi.com\/*", "https:\/\/*.gegevensdelen.nl\/*", "https:\/\/iwize.nl\/*", "https:\/\/*.digid.nl\/*", "https:\/\/*.overheid.nl\/*", "https:\/\/*.mijnpensioenoverzicht.nl\/*", "https:\/\/*.uwv.nl\/*", "https:\/\/*.belastingdienst.nl\/*", "https:\/\/*.duo.nl\/*", "https:\/\/*.toeslagen.nl\/*", "https:\/\/*.rdw.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", "*:\/\/localhost\/*", "https:\/\/*.aqopi.com\/*", "https:\/\/*.digid.nl\/*", "https:\/\/*.overheid.nl\/*", "https:\/\/*.mijnpensioenoverzicht.nl\/*", "https:\/\/*.uwv.nl\/*", "https:\/\/*.belastingdienst.nl\/*", "https:\/\/*.duo.nl\/*", "https:\/\/*.toeslagen.nl\/*", "https:\/\/*.rdw.nl\/*", "https:\/\/iwize.nl\/*", "https:\/\/*.gegevensdelen.nl\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "resources\/logo32X32.png", "default_popup": "popup\/popup.html", "default_title": "gegevensdelen.nl" }, "web_accessible_resources": [ "resources\/logo80X80.png" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.iwize.nl\/*", "https:\/\/*.gegevensdelen.nl\/*" ] } } |