Google Ads Landing Page Viewer - Farhan Miah

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

Qu'est-ce que Google Ads Landing Page Viewer - Farhan Miah ?

Google Ads Landing Page Viewer - Farhan Miah est une extension Chrome développée par Farhan Miah, et sa fonction principale est "Validate paid ad landing page with tracking-free link - developed by Farhan Miah".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Ads Landing Page Viewer - Farhan Miah

Téléchargez les fichiers d'extension Google Ads Landing Page Viewer - Farhan Miah au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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'                    

Informations de Base sur l'Extension

Nom Google Ads Landing Page Viewer - Farhan Miah Google Ads Landing Page Viewer - Farhan Miah
ID hlepdbcgoggfebmkpcbehkmbkenppalo
URL Officiel https://chrome.google.com/webstore/detail/google-ads-landing-page-v/hlepdbcgoggfebmkpcbehkmbkenppalo
Description Validate paid ad landing page with tracking-free link - developed by Farhan Miah
Taille du Fichier 998 KB
Nombre d'Installations 72
Version Actuelle 1.4
Dernière Mise à Jour 2014-09-06
Date de Publication 2014-09-06
Développeur Farhan Miah
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}