WP Prospector

Find out how companies are using Wordpress

Vad är WP Prospector?

WP Prospector är en Chrome-tillägg utvecklad av Stevsnet, och dess huvudfunktion är "Find out how companies are using Wordpress".

Tilläggsskärmbilder

screenshot

Ladda ner WP Prospector-förlängningens CRX-fil

Ladda ner WP Prospector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn WP Prospector WP Prospector
ID ncgniflcbkeneeckgegggkfpekggdelc
Officiell webbadress https://chromewebstore.google.com/detail/wp-prospector/ncgniflcbkeneeckgegggkfpekggdelc
Beskrivning Find out how companies are using Wordpress
Filstorlek 14.16 KB
Antal Installationer 75
Aktuell Version 1.0.3
Senast Uppdaterad 2020-03-29
Publiceringsdatum 2020-03-25
Utvecklare Stevsnet
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://wp-prospector.com
Hjälpsida URL https://wp-prospector.com
URL till Sekretesspolicy Sidan http://www.stevs.net/privacypolicy.htm
Stödda Språk 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"
}