Prospecting and Leadgeneration tool

All-in-one Website technologies and prospecting tool

ما هو Prospecting and Leadgeneration tool؟

Prospecting and Leadgeneration tool هو إضافة Chrome تم تطويرها بواسطة https://trackingsuite.io، والميزة الرئيسية لها هي "All-in-one Website technologies and prospecting tool".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Prospecting and Leadgeneration tool

قم بتنزيل ملفات الامتداد Prospecting and Leadgeneration tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة https://trackingsuite.io
عنوان صفحة سياسة الخصوصية 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": [
        ""
    ]
}