WP Prospector
Find out how companies are using Wordpress
Apa itu WP Prospector?
WP Prospector adalah ekstensi Chrome yang dikembangkan oleh Stevsnet, dan fitur utamanya adalah "Find out how companies are using Wordpress".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WP Prospector
Unduh file ekstensi WP Prospector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | WP Prospector |
ID | ncgniflcbkeneeckgegggkfpekggdelc |
URL Resmi | https://chromewebstore.google.com/detail/wp-prospector/ncgniflcbkeneeckgegggkfpekggdelc |
Deskripsi | Find out how companies are using Wordpress |
Ukuran File | 14.16 KB |
Jumlah Instalasi | 75 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2020-03-29 |
Tanggal Publikasi | 2020-03-25 |
Pengembang | Stevsnet |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://wp-prospector.com |
URL Halaman Bantuan | https://wp-prospector.com |
URL Halaman Kebijakan Privasi | http://www.stevs.net/privacypolicy.htm |
Bahasa yang Didukung | 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" } |