Prospecting and Leadgeneration tool

All-in-one Website technologies and prospecting tool

Vad är Prospecting and Leadgeneration tool?

Prospecting and Leadgeneration tool är en Chrome-tillägg utvecklad av https://trackingsuite.io, och dess huvudfunktion är "All-in-one Website technologies and prospecting tool".

Tilläggsskärmbilder

Ladda ner Prospecting and Leadgeneration tool-förlängningens CRX-fil

Ladda ner Prospecting and Leadgeneration tool-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

                        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.                    

Grundläggande Information om Tillägg

Namn Prospecting and Leadgeneration tool Prospecting and Leadgeneration tool
ID didplggndbbadpjifhokpdghdkikkena
Officiell webbadress https://chromewebstore.google.com/detail/prospecting-and-leadgener/didplggndbbadpjifhokpdghdkikkena
Beskrivning All-in-one Website technologies and prospecting tool
Filstorlek 8.79 MB
Antal Installationer 394
Aktuell Version 0.1.18
Senast Uppdaterad 2022-12-07
Publiceringsdatum 2021-08-24
Betyg 5.00/5 Totalt 18 Betyg
Utvecklare https://trackingsuite.io
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://trackingsuite.io
Hjälpsida URL https://trackingsuite.io
URL till Sekretesspolicy Sidan https://trackingsuite.io/privacy-statement-us
Stödda Språk 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": [
        ""
    ]
}