TickOps Extension

TickOps official extension

TickOps Extension란 무엇입니까?

TickOps Extension은(는) https://tickops.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TickOps official extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TickOps Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The TickOps extension provides brokers with inventory information for Ticketmaster and Live Nation ticket markets for research purposes.  The extension also can bookmark and save specific events to the TickOps web portal for further research and analysis.

For more information, to request a demo/trial or provide feedback please visit our website.                    

확장 프로그램 기본 정보

이름 TickOps Extension TickOps Extension
ID bepfghodbgfaipmaakcbgjobcfiecnhe
공식 URL https://chromewebstore.google.com/detail/tickops-extension/bepfghodbgfaipmaakcbgjobcfiecnhe
설명 TickOps official extension
파일 크기 304 KB
설치 횟수 290
현재 버전 3.2.6
최근 업데이트 2024-02-11
출시 날짜 2020-07-31
평점 5.00/5 총 4 개의 평점
개발자 https://tickops.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tickops.com
도움말 페이지 URL https://tickops.com
개인정보 보호 정책 페이지 URL https://tickops.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TickOps Extension",
    "description": "TickOps official extension",
    "version": "3.2.6",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "TickOps",
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon-48.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "popup\/js\/jquery.min.js",
                "scripts\/content.js",
                "scripts\/inject\/requests\/xhook.min.js",
                "scripts\/inject.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/tickops.com",
    "permissions": [
        "activeTab",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/localhost\/*",
        "http:\/\/localhost:8090\/*",
        "https:\/\/.tickops.com\/*",
        "https:\/\/tickops.com\/*",
        "https:\/\/backend.tickops.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/scripts\/inject\/requests\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}