Google Ads Landing Page Viewer - Farhan Miah
Validate paid ad landing page with tracking-free link - developed by Farhan Miah
Cos'è Google Ads Landing Page Viewer - Farhan Miah?
Google Ads Landing Page Viewer - Farhan Miah è un'estensione di Chrome sviluppata da Farhan Miah, e la sua funzione principale è "Validate paid ad landing page with tracking-free link - developed by Farhan Miah".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Ads Landing Page Viewer - Farhan Miah
Scarica i file di estensione Google Ads Landing Page Viewer - Farhan Miah in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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'
Informazioni di Base sull'Estensione
Nome | |
ID | hlepdbcgoggfebmkpcbehkmbkenppalo |
URL Ufficiale | https://chrome.google.com/webstore/detail/google-ads-landing-page-v/hlepdbcgoggfebmkpcbehkmbkenppalo |
Descrizione | Validate paid ad landing page with tracking-free link - developed by Farhan Miah |
Dimensione del File | 998 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2014-09-06 |
Data di Pubblicazione | 2014-09-06 |
Sviluppatore | Farhan Miah |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |