Nox Autofill
Nox Autofill fills out checkout forms automatically.
Τι είναι το Nox Autofill;
Το Nox Autofill είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://noxnotify.com, και η κύρια λειτουργία του είναι "Nox Autofill fills out checkout forms automatically.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Nox Autofill
Λήψη αρχείων επέκτασης Nox Autofill σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Nox Autofill fills out checkout forms automatically. User can make profile in extension and can manage those profiles to fill all type of checkout forms. The extension allow user to save its First name, Last name, email and many other fields into multiple profiles. User can mark all profiles as inactive if he don't want to fill any form automatically by Nox Autofill.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ggoaoaihpbjeacaconecbbfgplfhooob |
Επίσημο URL | https://chrome.google.com/webstore/detail/nox-autofill/ggoaoaihpbjeacaconecbbfgplfhooob |
Περιγραφή | Nox Autofill fills out checkout forms automatically. |
Μέγεθος Αρχείου | 84.75 KB |
Αριθμός Εγκαταστάσεων | 87 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2019-11-25 |
Ημερομηνία Δημοσίευσης | 2019-11-25 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | http://noxnotify.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nox Autofill", "description": "Nox Autofill fills out checkout forms automatically.", "author": "Nox Notify", "short_name": "Nox Autofill", "version": "1.0", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_icon": "images\/128.png", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |