Prospecting and Leadgeneration tool

All-in-one Website technologies and prospecting tool

什麼是Prospecting and Leadgeneration tool?

Prospecting and Leadgeneration tool是由https://trackingsuite.io開發的Chrome擴展程式,該擴展的主要功能是“All-in-one Website technologies and prospecting tool”。

擴展截圖

下載Prospecting and Leadgeneration tool擴展crx文件

下載Prospecting and Leadgeneration tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Prospecting and Leadgeneration tool Prospecting and Leadgeneration tool
ID didplggndbbadpjifhokpdghdkikkena
官方網址 https://chromewebstore.google.com/detail/prospecting-and-leadgener/didplggndbbadpjifhokpdghdkikkena
簡介 All-in-one Website technologies and prospecting tool
檔案大小 8.79 MB
安裝次數 394
目前版本 0.1.18
更新時間 2022-12-07
上架時間 2021-08-24
評分 5.00/5 共 18 次評分
開發者 https://trackingsuite.io
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://trackingsuite.io
說明頁面URL https://trackingsuite.io
隱私政策頁面URL https://trackingsuite.io/privacy-statement-us
支援的語言 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": [
        ""
    ]
}