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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}