Google Ads Landing Page Viewer - Farhan Miah

Validate paid ad landing page with tracking-free link - developed by Farhan Miah

Wat is Google Ads Landing Page Viewer - Farhan Miah?

Google Ads Landing Page Viewer - Farhan Miah is een Chrome-extensie ontwikkeld door Farhan Miah, en de belangrijkste functie is "Validate paid ad landing page with tracking-free link - developed by Farhan Miah".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Google Ads Landing Page Viewer - Farhan Miah

Download Google Ads Landing Page Viewer - Farhan Miah-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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'                    

Basisinformatie over de Extensie

Naam Google Ads Landing Page Viewer - Farhan Miah Google Ads Landing Page Viewer - Farhan Miah
ID hlepdbcgoggfebmkpcbehkmbkenppalo
Officiële URL https://chrome.google.com/webstore/detail/google-ads-landing-page-v/hlepdbcgoggfebmkpcbehkmbkenppalo
Beschrijving Validate paid ad landing page with tracking-free link - developed by Farhan Miah
Bestandsgrootte 998 KB
Aantal Installaties 72
Huidige Versie 1.4
Laatst Bijgewerkt 2014-09-06
Publicatiedatum 2014-09-06
Ontwikkelaar Farhan Miah
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}