Google Ads Landing Page Viewer - Farhan Miah
Validate paid ad landing page with tracking-free link - developed by Farhan Miah
O que é Google Ads Landing Page Viewer - Farhan Miah?
Google Ads Landing Page Viewer - Farhan Miah é uma extensão do Chrome desenvolvida por Farhan Miah, e sua principal característica é "Validate paid ad landing page with tracking-free link - developed by Farhan Miah".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Ads Landing Page Viewer - Farhan Miah
Baixe arquivos de extensão Google Ads Landing Page Viewer - Farhan Miah 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
Click on the tracking-free 'view' icon next to each Google paid search ad to view landing page. Instructions: This tool does not work in Instant Search mode. You need to either disable Instant Search or launch browser in Incognito mode. ---Launch Browser in Incognito Mode--- CTRL+SHIFT+N ---Disable Instant Search--- 1. Conduct a search on Google.com 2. Click on the Options logo (gear symbol) on top-left of page 3. 'Search Settings', then under 'instant search predictions' select 'Never show instant results'
Informações Básicas da Extensão
Nome | |
ID | hlepdbcgoggfebmkpcbehkmbkenppalo |
URL Oficial | https://chrome.google.com/webstore/detail/google-ads-landing-page-v/hlepdbcgoggfebmkpcbehkmbkenppalo |
Descrição | Validate paid ad landing page with tracking-free link - developed by Farhan Miah |
Tamanho do Arquivo | 998 KB |
Contagem de Instalações | 72 |
Versão Atual | 1.4 |
Última Atualização | 2014-09-06 |
Data de Publicação | 2014-09-06 |
Desenvolvedor | Farhan Miah |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Ads Landing Page Viewer - Farhan Miah", "version": "1.4", "description": "Validate paid ad landing page with tracking-free link - developed by Farhan Miah", "manifest_version": 2, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |