WP Prospector

Find out how companies are using Wordpress

什么是WP Prospector?

WP Prospector是由Stevsnet开发的Chrome扩展程序,该扩展的主要功能是“Find out how companies are using Wordpress”。

扩展截图

screenshot

下载WP Prospector扩展crx文件

下载WP Prospector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get valuable Wordpress information in a single click. 

WP Prospector lets you set your rates and returns Wordpress details including:

  1) How much money you can earn servicing a Wordpress site
  2) The Theme used 
  3) The Plugins used
  4) The Site links 
  5) The Alexa rank
  6) The IP & DNS info
  7) The Whois info 
  8) Linked Adwords info
  9) Linked Analytics info
  10) Other sites on the server (lead gen)

It will provide all that at your fingertips as well as help find you a mountain of new Wordpress clients.

 Whether you offer Wordpress products or services, like to see what the competition are up to or just like looking under the hood of a Wordpress site, this extension works fast.

Simply click the icon and WP Prospector will fetch the data in just a few seconds.

It's conveniently laid out to give you maximum overview of the site plus you can email the data to yourself if you want to keep a record of it.

HOW IT WORKS:

When you visit a Wordpress site the WP Prospector icon will display WP (in red) and become active. 

If it's not a Wordpress site then the icon remains inactive.

Once you see the WP appear, click it and five panels, an email field and support link appear.

In the five panels you see 
  1) plugins used
  2) theme
  3) page rank
  4) page links
  5) IP, whois info, domains on server and more

You also see an estimation of work that needs to be done. Click it to see what's required and set your rates.

Just have a quick look or email the data to yourself or your team if you want a record. The email arrives in HTML format ready for printing, storing or forwarding on. 

The plugin links and site are active as are the other sites on the server links ready to visit. Everything is well laid out to provide most benefit.

Importantly this extension gathers data from different sources and 90% of sites return valuable information. 

Some domains however obfuscate their details and some sites obfuscate their code so different panels may appear blank if the information isn't available.

BUGS:

For any bug reports there's a support link right there in the extension. 

Bugs and fixes will be listed at the developers site too. wp-prospector.com

SUPPORT:

24/7 email support available and most times you can expect a response within an hour or two. 

Feel free to contact us about any issues, feedback and suggestions.

Our aim is provide you with a very powerful and productive extension that adds value to your business. 

We'll do everything we can to make sure we meet that objective so you can look forward to many new innovations in the future.                    

扩展基本信息

名称 WP Prospector WP Prospector
ID ncgniflcbkeneeckgegggkfpekggdelc
官方URL https://chromewebstore.google.com/detail/wp-prospector/ncgniflcbkeneeckgegggkfpekggdelc
简介 Find out how companies are using Wordpress
文件大小 14.16 KB
安装次数 75
当前版本 1.0.3
更新时间 2020-03-29
上架时间 2020-03-25
开发者 Stevsnet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://wp-prospector.com
帮助页面URL https://wp-prospector.com
隐私政策页面URL http://www.stevs.net/privacypolicy.htm
支持的语言 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "monitor.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Find out how companies are using Wordpress",
    "homepage_url": "https:\/\/wp-prospector.com",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png"
    },
    "manifest_version": 2,
    "name": "WP Prospector",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}