Form Profile
Preencher formulários automaticamente
ما هو Form Profile؟
Form Profile هو إضافة Chrome تم تطويرها بواسطة http://digitudo.com.br، والميزة الرئيسية لها هي "Preencher formulários automaticamente".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Form Profile
قم بتنزيل ملفات الامتداد Form Profile بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Form Profile permite preencher formulários com apenas um clique. Permite criar perfis de preenchimento.
معلومات أساسية عن التمديد
الاسم | |
ID | fdhahfjkkbcjahnhonpojihdijncikaj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/form-profile/fdhahfjkkbcjahnhonpojihdijncikaj |
الوصف | Preencher formulários automaticamente |
حجم الملف | 550 KB |
عدد التثبيتات | 328 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2016-05-29 |
تاريخ النشر | 2016-05-29 |
تقييم | 2.33/5 مجموع تقييمات 3 |
المطور | http://digitudo.com.br |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form Profile", "short_name": "Form Profile", "version": "0.0.0.2", "description": "Preencher formul\u00e1rios automaticamente", "permissions": [ "activeTab", "storage", "downloads" ], "background": { "scripts": [ "background.js" ] }, "options_page": "pages\/options.html", "browser_action": { "default_title": "Form Profile", "default_icon": "images\/icon-128.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon-128.png", "64": "images\/icon-64.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png", "16": "images\/icon-16.png" }, "content_scripts": [ { "matches": [ " |