Landing Page Form Field Variables
Landing Page Form Field Variables
O que é Landing Page Form Field Variables?
Landing Page Form Field Variables é uma extensão do Chrome desenvolvida por N@v33n, e sua principal característica é "Landing Page Form Field Variables".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Landing Page Form Field Variables
Baixe arquivos de extensão Landing Page Form Field Variables 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
Extension Reads display the advertising tags/pixels deployed in Eloqua Landing Pages. Pixels are identified by reading form fields in the page and read the content from page.
Informações Básicas da Extensão
Nome | |
ID | abejgnlandcdgobmjaomaoldggjmhkae |
URL Oficial | https://chrome.google.com/webstore/detail/landing-page-form-field-v/abejgnlandcdgobmjaomaoldggjmhkae |
Descrição | Landing Page Form Field Variables |
Tamanho do Arquivo | 12.67 KB |
Contagem de Instalações | 18 |
Versão Atual | 1.4 |
Última Atualização | 2021-06-24 |
Data de Publicação | 2017-05-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | N@v33n |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Landing Page Form Field Variables", "short_name": "LP Form Field Variables", "description": "Landing Page Form Field Variables", "version": "1.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "inject.js" ] } |