Tracking Suite Free Edition

Free Website Technologies and prospecting for agencies

Tracking Suite Free Edition란 무엇입니까?

Tracking Suite Free Edition은(는) https://trackingsuite.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Website Technologies and prospecting for agencies"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tracking Suite Free Edition 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        ""
    ]
}