Prospecting and Leadgeneration tool

All-in-one Website technologies and prospecting tool

Wat is Prospecting and Leadgeneration tool?

Prospecting and Leadgeneration tool is een Chrome-extensie ontwikkeld door https://trackingsuite.io, en de belangrijkste functie is "All-in-one Website technologies and prospecting tool".

Extensie Screenshots

Download het CRX-bestand van de extensie Prospecting and Leadgeneration tool

Download Prospecting and Leadgeneration tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Prospecting and Leadgeneration tool Prospecting and Leadgeneration tool
ID didplggndbbadpjifhokpdghdkikkena
Officiële URL https://chromewebstore.google.com/detail/prospecting-and-leadgener/didplggndbbadpjifhokpdghdkikkena
Beschrijving All-in-one Website technologies and prospecting tool
Bestandsgrootte 8.79 MB
Aantal Installaties 394
Huidige Versie 0.1.18
Laatst Bijgewerkt 2022-12-07
Publicatiedatum 2021-08-24
Beoordeling 5.00/5 Totaal 18 Beoordelingen
Ontwikkelaar https://trackingsuite.io
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://trackingsuite.io
Help Pagina-URL https://trackingsuite.io
URL van de Privacybeleid Pagina https://trackingsuite.io/privacy-statement-us
Ondersteunde Talen 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": [
        ""
    ]
}