Tracking Suite Free Edition

Free Website Technologies and prospecting for agencies

Tracking Suite Free Editionคืออะไร?

Tracking Suite Free Edition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trackingsuite.io และคุณลักษณะหลักของมันคือ "Free Website Technologies and prospecting for agencies"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tracking Suite Free Edition

ดาวน์โหลดไฟล์ส่วนขยาย Tracking Suite Free Edition ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Identify web technologies  & Acquire clients

Acquire clients for your Agency or as a Freelancer from anywhere with TrackingSuite Free Edition

TrackingSuite allows you to do a very fast analysis of a potential clients website which you can then use to send a personal outreach email (from the app) and increase your conversion rate.

This free version of TrackingSuite will give you everything that you need to start off on building your business. I built this app to give back to the agency community. With this app you can scan and send personalised email to a potential marketing client with ease. With this app you will be able to scan for:
SEO Audits/issues
CMS Detection
Marketing Analyitcs (Facebook & Google)
Email ( You can contact the potential client and send emails straight from the app)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tracking Suite Free Edition Tracking Suite Free Edition
ID lmhfdiighbclnnilpdghcoclcefcdofp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tracking-suite-free-editi/lmhfdiighbclnnilpdghcoclcefcdofp
คำอธิบาย Free Website Technologies and prospecting for agencies
ขนาดไฟล์ 2.21 MB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2022-01-10
วันที่เผยแพร่ 2022-01-06
คะแนน 5.00/5 รวมทั้งหมด 52 คะแนน
ผู้พัฒนา https://trackingsuite.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://trackingsuite.io/privacy-statement-us
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tracking Suite Free Edition",
    "description": "Free Website Technologies and prospecting for agencies",
    "version": "0.0.2",
    "background": {
        "service_worker": "sw.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true,
            "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"
        }
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo-16x16.png",
        "32": "images\/logo-32x32.png",
        "64": "images\/logo-64x64.png"
    },
    "permissions": [
        "activeTab",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ]
}