Copy Paste Input Fields
This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.
ما هو Copy Paste Input Fields؟
Copy Paste Input Fields هو إضافة Chrome تم تطويرها بواسطة Muhammad Usman Abbasi، والميزة الرئيسية لها هي "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy Paste Input Fields
قم بتنزيل ملفات الامتداد Copy Paste Input Fields بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extension allows you to copy values of all input fields from one page and paste them to another page. This can be useful when copy pasting a lot of fields from staging to production or during QA. NOTE: Currently, the extension only supports copy/pasting of Input fields.
معلومات أساسية عن التمديد
الاسم | Copy Paste Input Fields |
ID | ehllbdckaikdgpjnjfniipgckcjaimli |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli |
الوصف | This Chrome extension allows you to copy values of all input fields from one page and paste them to another page. |
حجم الملف | 30.44 KB |
عدد التثبيتات | 106 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-08-07 |
تاريخ النشر | 2023-08-07 |
تقييم | 3.50/5 مجموع تقييمات 4 |
المطور | Muhammad Usman Abbasi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Paste Input Fields", "version": "1.0", "description": "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.", "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |