Google Ads Landing Page Viewer - Farhan Miah
Validate paid ad landing page with tracking-free link - developed by Farhan Miah
Hvad er Google Ads Landing Page Viewer - Farhan Miah?
Google Ads Landing Page Viewer - Farhan Miah er en Chrome-udvidelse udviklet af Farhan Miah, og dens hovedfunktion er "Validate paid ad landing page with tracking-free link - developed by Farhan Miah".
Udvidelsesskærmbilleder
Download Google Ads Landing Page Viewer - Farhan Miah-udvidelses-CRX-fil
Download Google Ads Landing Page Viewer - Farhan Miah-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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'
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hlepdbcgoggfebmkpcbehkmbkenppalo |
Officiel URL | https://chrome.google.com/webstore/detail/google-ads-landing-page-v/hlepdbcgoggfebmkpcbehkmbkenppalo |
Beskrivelse | Validate paid ad landing page with tracking-free link - developed by Farhan Miah |
Filstørrelse | 998 KB |
Antal Installationer | 72 |
Nuværende Version | 1.4 |
Senest Opdateret | 2014-09-06 |
Udgivelsesdato | 2014-09-06 |
Udvikler | Farhan Miah |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } ] } |