Microsoft Autofill
Save your passwords, addresses and payment info, and automatically fill them on sites you visit.
Τι είναι το Microsoft Autofill;
Το Microsoft Autofill είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Microsoft Corporation, και η κύρια λειτουργία του είναι "Save your passwords, addresses and payment info, and automatically fill them on sites you visit.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Microsoft Autofill
Λήψη αρχείων επέκτασης Microsoft Autofill σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Microsoft Autofill lets you save your passwords, addresses and payment info. You can automatically fill them on all your devices – Windows, macOS, Android, and iOS. With Microsoft Autofill you can: - Avoid the hassle of forgetting passwords and other data by saving them online - Save time by automatically filling your passwords, addresses and payment info on the sites you visit - Access your saved passwords and addresses on all your devices This extension is for Google Chrome. If you’re using Microsoft Edge, you already have Microsoft Autofill—just go to Settings and more (…) > Settings > Profiles > Passwords. To autofill passwords on Android and iOS, download the Microsoft Authenticator app.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Microsoft Autofill |
ID | fiedbfgcleddlbcmgdigjgdfcggjcion |
Επίσημο URL | https://chromewebstore.google.com/detail/microsoft-autofill/fiedbfgcleddlbcmgdigjgdfcggjcion |
Περιγραφή | Save your passwords, addresses and payment info, and automatically fill them on sites you visit. |
Μέγεθος Αρχείου | 18.14 MB |
Αριθμός Εγκαταστάσεων | 139,585 |
Τρέχουσα Έκδοση | 2.0.5 |
Τελευταία Ενημέρωση | 2023-11-23 |
Ημερομηνία Δημοσίευσης | 2020-12-12 |
Αξιολόγηση | 4.61/5 Συνολικά 1730 Αξιολογήσεις |
Προγραμματιστής | Microsoft Corporation |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://aka.ms/privacy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "author": "Microsoft Corporation", "description": "__MSG_extDescription__", "background": { "service_worker": "backgroundWrapper.js" }, "default_locale": "en", "action": { "default_icon": { "16": "assets\/icons\/popup\/signout_128.png", "32": "assets\/icons\/popup\/signout_128.png", "48": "assets\/icons\/popup\/signout_128.png", "64": "assets\/icons\/popup\/signout_128.png", "128": "assets\/icons\/popup\/signout_128.png" }, "default_title": "__MSG_extPopupDescription__", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "all_frames": true, "js": [ "vendors\/chromium\/base.js", "vendors\/chromium\/common.js", "vendors\/chromium\/message.js", "vendors\/chromium\/form.js", "vendors\/chromium\/fill.js", "vendors\/chromium\/autofill_controller.js", "vendors\/chromium\/password_controller.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/chrome.google.com\/webstore*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "content_scripts\/oauth.js" ], "matches": [ "https:\/\/login.live.com\/oauth20_desktop.srf*", "https:\/\/login.microsoftonline.com\/common\/oauth2\/nativeclient*" ], "exclude_matches": [ "https:\/\/chrome.google.com\/webstore*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "content_scripts\/autofill\/edgeLabellingProtobuf.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/login.live.com\/oauth20_token.srf*", "https:\/\/login.live.com\/oauth20_authorize.srf", "https:\/\/login.microsoftonline.com\/consumers\/oauth2\/v2.0\/token*", "https:\/\/chrome.google.com\/webstore*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "content_scripts\/autofill.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/login.live.com\/oauth20_token.srf*", "https:\/\/login.live.com\/oauth20_authorize.srf", "https:\/\/login.microsoftonline.com\/consumers\/oauth2\/v2.0\/token*", "https:\/\/chrome.google.com\/webstore*" ], "run_at": "document_end" }, { "all_frames": false, "js": [ "content_scripts\/sendfeedback.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/chrome.google.com\/webstore*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "content_scripts\/content_scripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/login.live.com\/oauth20_token.srf*", "https:\/\/login.microsoftonline.com\/consumers\/oauth2\/v2.0\/token*", "https:\/\/chrome.google.com\/webstore*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "content_scripts\/signout.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/chrome.google.com\/webstore*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "content_scripts\/signinnudge.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/chrome.google.com\/webstore*", "https:\/\/login.microsoftonline.com\/consumers\/oauth2\/v2.0\/token*", "https:\/\/login.live.com\/oauth20_token.srf*" ], "run_at": "document_end" }, { "all_frames": false, "js": [ "content_scripts\/ratingreminder.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/chrome.google.com\/webstore*" ], "run_at": "document_end" } ], "manifest_version": 3, "name": "__MSG_extName__", "version": "2.0.5", "permissions": [ "storage", "tabs", "webNavigation", "management", "privacy", "notifications", "scripting" ], "host_permissions": [ " |