Prospecting and Leadgeneration tool

All-in-one Website technologies and prospecting tool

What is Prospecting and Leadgeneration tool?

Prospecting and Leadgeneration tool is a Chrome extension developed by https://trackingsuite.io, and its main feature is "All-in-one Website technologies and prospecting tool".

Extension Screenshots

Download Prospecting and Leadgeneration tool Extension CRX File

Download Prospecting and Leadgeneration tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Starting an agency is not hard. The hard part is getting prospects (leadgeneration) and new clients (conversions) .

So how you you get new clients? well you can try sending out a bunch of annoying mass emails.
 You might as well throw a bunch of darts at a wall and hope you dont miss. OR you can do a personal audit for each prospect.

But that takes too much time? No it doesn't . For some people mass emailing is easier and takes less time but the quality is not so good. Small buisness owners  get thousands of messages from agencies every day to offer marketing services. How do you stand out? By offering soething better and really identifiying what that prospect needs. 

This is where TrackingSuite comes in to help. With TrackingSuite you can scan each website and 
our AI will AUTOMATICALLY tell you what to offer that paticular prospect to help you convert them into a paid client. Now thats just the tip of the iceberg. Trackingsuite is so easy to use, that you can bring anybody who has a basic understanding of computers on to use it and help you scale your business. That means no more hours spent on sales training and you are also able to track your teams progress with our built-in Mini CRM. 

TrackingSuite includes the following to help you scale your agency:
A.I generated buyer signals to show you which offer to send the prospect based on their website conditions. No guessing!
Email Verfication to show you which email is the best to contact your prospect.
Easy to use Google and Bing map lead generation system for you to find leads and contact them.
A basic Mini-CRM to help you track your progress and the progress of your sales team or Virtual Assitants.
SEO Audit integrations. Perform a simple audit at the click of a button.
Skype and Zoom call integrations so that you can call prospects at the click of a button.

This is the ultimate prospecting toolbox for your digital marketing agency.                    

Extension Basic Information

Name Prospecting and Leadgeneration tool Prospecting and Leadgeneration tool
ID didplggndbbadpjifhokpdghdkikkena
Official URL https://chromewebstore.google.com/detail/prospecting-and-leadgener/didplggndbbadpjifhokpdghdkikkena
Description All-in-one Website technologies and prospecting tool
File Size 8.79 MB
Installation Count 394
Current Version 0.1.18
Last Updated 2022-12-07
Publish Date 2021-08-24
Rating 5.00/5 Total 18 Ratings
Developer https://trackingsuite.io
Email [email protected]
Payment Type in_app
Extension Website https://trackingsuite.io
Help Page URL https://trackingsuite.io
Privacy Policy Page URL https://trackingsuite.io/privacy-statement-us
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Prospecting and Leadgeneration tool",
    "description": "All-in-one Website technologies and prospecting tool",
    "version": "0.1.18",
    "background": {
        "service_worker": "sw.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "history.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "jquery.min.js",
                "gtmetrix.js"
            ],
            "matches": [
                "https:\/\/gtmetrix.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "jquery.min.js",
                "seobility.js"
            ],
            "matches": [
                "https:\/\/www.seobility.net\/*\/seocheck\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "jquery.min.js",
                "slybroadcast.js"
            ],
            "matches": [
                "https:\/\/www.slybroadcast.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "jquery.min.js",
                "google_lead.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/search*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "jquery.min.js",
                "bing_lead.js"
            ],
            "matches": [
                "https:\/\/www.bing.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "jquery.min.js",
                "link.js"
            ],
            "matches": [
                "https:\/\/app.writecream.com\/linkedi*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "jquery.min.js",
                "keyword.js"
            ],
            "matches": [
                "https:\/\/rt.nextnetmedia.com\/thehoth-k*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "jquery.min.js",
                "handwrite.js"
            ],
            "matches": [
                "https:\/\/app.handwrite.io\/send\/manua*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "jquery.min.js",
                "gmail.js"
            ],
            "css": [
                "gmail.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo-16x16.png",
        "32": "images\/logo-32x32.png",
        "64": "images\/logo-64x64.png"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}