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
官方網址 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"
}