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.
O que é Copy Paste Input Fields?
Copy Paste Input Fields é uma extensão do Chrome desenvolvida por Muhammad Usman Abbasi, e sua principal característica é "This Chrome extension allows you to copy values of all input fields from one page and paste them to another page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Copy Paste Input Fields
Baixe arquivos de extensão Copy Paste Input Fields no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Copy Paste Input Fields |
ID | ehllbdckaikdgpjnjfniipgckcjaimli |
URL Oficial | https://chromewebstore.google.com/detail/copy-paste-input-fields/ehllbdckaikdgpjnjfniipgckcjaimli |
Descrição | This Chrome extension allows you to copy values of all input fields from one page and paste them to another page. |
Tamanho do Arquivo | 30.44 KB |
Contagem de Instalações | 106 |
Versão Atual | 1.0 |
Última Atualização | 2023-08-07 |
Data de Publicação | 2023-08-07 |
Classificação | 3.50/5 Total de 4 Avaliações |
Desenvolvedor | Muhammad Usman Abbasi |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |