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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Farhan Miah และคุณลักษณะหลักของมันคือ "Validate paid ad landing page with tracking-free link - developed by Farhan Miah"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Ads Landing Page Viewer - Farhan Miah

ดาวน์โหลดไฟล์ส่วนขยาย Google Ads Landing Page Viewer - Farhan Miah ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
            ]
        }
    ]
}