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”。
擴展截圖
下載Google Ads Landing Page Viewer - Farhan Miah擴展crx文件
下載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'
擴展基本資訊
名稱 | |
ID | hlepdbcgoggfebmkpcbehkmbkenppalo |
官方網址 | 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:\/\/*\/*" ] } ] } |