Google Ads Landing Page Viewer - Farhan Miah

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

Google Ads Landing Page Viewer - Farhan Miah란 무엇입니까?

Google Ads Landing Page Viewer - Farhan Miah은(는) Farhan Miah에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Validate paid ad landing page with tracking-free link - developed by Farhan Miah"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Google Ads Landing Page Viewer - Farhan Miah 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'                    

확장 프로그램 기본 정보

이름 Google Ads Landing Page Viewer - Farhan Miah Google Ads Landing Page Viewer - Farhan Miah
ID hlepdbcgoggfebmkpcbehkmbkenppalo
공식 URL https://chrome.google.com/webstore/detail/google-ads-landing-page-v/hlepdbcgoggfebmkpcbehkmbkenppalo
설명 Validate paid ad landing page with tracking-free link - developed by Farhan Miah
파일 크기 998 KB
설치 횟수 72
현재 버전 1.4
최근 업데이트 2014-09-06
출시 날짜 2014-09-06
개발자 Farhan Miah
결제 유형 free
지원되는 언어 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:\/\/*\/*"
            ]
        }
    ]
}