EasyForm AutoFill
Auto fill in your form using your saved information
ما هو EasyForm AutoFill؟
EasyForm AutoFill هو إضافة Chrome تم تطويرها بواسطة GX، والميزة الرئيسية لها هي "Auto fill in your form using your saved information".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EasyForm AutoFill
قم بتنزيل ملفات الامتداد EasyForm AutoFill بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can save your form content by pressing "SAVE" button, and using "FILL IN" button to set the value you saved
معلومات أساسية عن التمديد
الاسم | EasyForm AutoFill |
ID | kamomdgnokpnbalmfgnmhbhkhkiihbbb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easyform-autofill/kamomdgnokpnbalmfgnmhbhkhkiihbbb |
الوصف | Auto fill in your form using your saved information |
حجم الملف | 207 KB |
عدد التثبيتات | 7,677 |
النسخة الحالية | 1.2.3 |
آخر تحديث | 2023-12-07 |
تاريخ النشر | 2019-01-03 |
تقييم | 3.35/5 مجموع تقييمات 23 |
المطور | GX |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "EasyForm AutoFill", "description": "Auto fill in your form using your saved information", "version": "1.2.3", "permissions": [ "storage", "scripting", "tabs" ], "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "icons": { "48": ".\/icons\/icon-form48.png", "128": ".\/icons\/icon-form128.png" }, "action": { "default_icon": { "48": ".\/icons\/icon-form48.png", "128": ".\/icons\/icon-form128.png" }, "default_title": "EasyForm AutoFill", "default_popup": "index.html" }, "background": { "service_worker": ".\/static\/js\/background.js" } } |