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