CLIK TRACKER

Create tracking links that will help your marketing to get to the next level

CLIK TRACKER란 무엇입니까?

CLIK TRACKER은(는) BOS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create tracking links that will help your marketing to get to the next level"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CLIK TRACKER 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension collects, manages, organizes and creates shortened links  that will help users affiliate marketing to get to the next level.                    

확장 프로그램 기본 정보

이름 CLIK TRACKER CLIK TRACKER
ID ibcfaejpcllbchdmjjndgdkpekndolfa
공식 URL https://chromewebstore.google.com/detail/clik-tracker/ibcfaejpcllbchdmjjndgdkpekndolfa
설명 Create tracking links that will help your marketing to get to the next level
파일 크기 11.44 MB
설치 횟수 97
현재 버전 1.333
최근 업데이트 2023-12-21
출시 날짜 2022-01-25
평점 5.00/5 총 1 개의 평점
개발자 BOS
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cliktracker.com
도움말 페이지 URL https://cliktracker.com/support
개인정보 보호 정책 페이지 URL https://app.mysocial360.com/privacypolicy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CLIK TRACKER",
    "short_name": "Clik Tracker",
    "version": "1.333",
    "description": "Create tracking links that will help your marketing to get to the next level",
    "manifest_version": 3,
    "homepage_url": "https:\/\/cliktracker.com",
    "minimum_chrome_version": "88",
    "permissions": [
        "activeTab",
        "cookies",
        "gcm",
        "identity",
        "identity.email",
        "tabs",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo16.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo192.png",
            "192": "logo192.png",
            "512": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.mysocial360.com\/oauth\/*",
                "https:\/\/beta.app.cliktracker.com\/cliktracker\/*",
                "https:\/\/app.mysocial360.com\/cliktracker\/*"
            ],
            "js": [
                ".\/messages\/auth.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/accountscenter.facebook.com\/profiles\/",
                "https:\/\/accountscenter.facebook.com\/personal_info\/",
                "https:\/\/accountscenter.facebook.com\/profiles\/*",
                "https:\/\/accountscenter.facebook.com\/personal_info\/*"
            ],
            "js": [
                ".\/content\/facebook.login.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}