Data Access Assistant: claim your data rights
UDAPTOR's Assistant extension for automating requests for data access and portability.
Τι είναι το Data Access Assistant: claim your data rights;
Το Data Access Assistant: claim your data rights είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://udaptor.io, και η κύρια λειτουργία του είναι "UDAPTOR's Assistant extension for automating requests for data access and portability.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Data Access Assistant: claim your data rights
Λήψη αρχείων επέκτασης Data Access Assistant: claim your data rights σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension boosts your productivity by helping you to exercise your data access and data portability rights in many online services. Right now, even though data access is granted by regulations like GDPR as a right, retrieving your personal data from companies is bothersome and involve specific steps for each different company. Thus, this extension automates these processes and guides you through them. What this extension does: - Give you a selection of companies from which you can request your data. - Automatically guide you through the steps of doing so. - Give you a clear explanation of each step, let it be going to a company's page, writing up an email, accessing a link, etc. - Keep track of which services you have requested your data from, as companies have up to a month to provide you with your data as stated by GDPR. - Help you check when you request has been fulfilled. - Help you save this data in your personal computer in an organised fashion, so you know how to explore and use your data. What this extension DOESN'T do: - It does not share your information in any way. Data Privacy is one of our main concerns! - It does not communicate with any servers or endpoints to collect your personal data. - It does not have access to your personal data. It's saved in your computer and you'll be the only one with access to it. Why is this extension useful? UDAPTOR believes is a world where people have control over their personal data, and thus we aim to create tools to help people achieve that. Join us in the quest of making internet a more people-oriented place and bringing data literacy to the world! What do I need to use it? - Gmail account for sending and receiving requests. - An account on the service you want to request your data from. Which services does it work with? - We are currently integrated with: Google, Headspace, Revolut, Splitwise and Freeletics. - More services will be available soon.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dkjggcigbjhapffcjbmbgbbffgobfeol |
Επίσημο URL | https://chrome.google.com/webstore/detail/data-access-assistant-cla/dkjggcigbjhapffcjbmbgbbffgobfeol |
Περιγραφή | UDAPTOR's Assistant extension for automating requests for data access and portability. |
Μέγεθος Αρχείου | 867 KB |
Αριθμός Εγκαταστάσεων | 50 |
Τρέχουσα Έκδοση | 1.0.1.1 |
Τελευταία Ενημέρωση | 2020-08-30 |
Ημερομηνία Δημοσίευσης | 2020-07-15 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://udaptor.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://udaptor.io/assistant |
Διεύθυνση URL της Σελίδας Βοήθειας | https://udaptor.io/assistant.html#FAQ |
URL της Σελίδας Πολιτικής Απορρήτου | https://udaptor.io/assets/docs/privacy-policy.pdf |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Data Access Assistant: claim your data rights", "version": "1.0.1.1", "description": "UDAPTOR's Assistant extension for automating requests for data access and portability.", "manifest_version": 2, "permissions": [ "tabs", "activeTab", "storage", "downloads", "https:\/\/mail.google.com\/mail\/*", "alarms" ], "browser_action": { "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "dist\/browser-polyfill.js", "dist\/state_saver_background.js", "dist\/download_checker_background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "dist\/browser-polyfill.js", "dist\/injectGmailJS.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "dist\/browser-polyfill.js", "dist\/gmailJsLoader.js", "dist\/download.js", "dist\/analytics.js" ], "externally_connectable": { "matches": [ "https:\/\/mail.google.com\/mail\/*" ] }, "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "96": "images\/logo_96.png", "128": "images\/logo_128.png" }, "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvnvQRFC4y6XWHwxGDNFvSeiU2WgA1sFQ36lxK3qj08Uy91r2odJh9hKJPtYM32M+FYwJPFwf3xl4MGi7otIhEdmYSpNhcr86U4t0nlqNJfpuRO2J+fmPTTaYTWcriG2NwzNOCcLDNZ5lZUKkoGpqcrx7A+RWQx16SnGr6IsfnQJR\/isC\/VFER93U5+azupKak9TooiRw8nzRKrn61wu4U56CA5Tf0IonPc0hz4G1ASCpn+9QffWnMqaIzEXzdoSlMPubMY3yzTETsQre8w\/btcGFdMEZk5A1+TYX5TRHdEIheYtLKuX5V6opZKhDIHBr6wtco5NcD9Fz5UD43ymbeQIDAQAB" } |