GatedContent.com Tools

GatedContent.com Tools

GatedContent.com Tools란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

GatedContent.com Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Gate analysis tool for use in conjunction with the GatedContent.com form management platform.                    

확장 프로그램 기본 정보

이름 GatedContent.com Tools GatedContent.com Tools
ID kheokhoddkpgfefkljikdgfnbeckoelj
공식 URL https://chromewebstore.google.com/detail/gatedcontentcom-tools/kheokhoddkpgfefkljikdgfnbeckoelj
설명 GatedContent.com Tools
파일 크기 175 KB
설치 횟수 113
현재 버전 2.0
최근 업데이트 2024-02-29
출시 날짜 2020-04-27
평점 5.00/5 총 4 개의 평점
개발자 https://gatedcontent.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.gatedcontent.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GatedContent.com Tools",
    "description": "GatedContent.com Tools",
    "version": "2.0",
    "manifest_version": 3,
    "author": "GatedContent.com",
    "short_name": "GCDC Tools",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js",
                "css\/inject.css",
                "https:\/\/admin.gatedcontent.com\/fonts\/*",
                "https:\/\/fonts.googleapis.com\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "css": [
                "css\/contentscript.css"
            ],
            "exclude_matches": [
                "https:\/\/app.gatedcontent.com\/",
                "https:\/\/admin.gatedcontent.com\/",
                "https:\/\/staging-app.gatedcontent.com\/",
                "https:\/\/staging-admin.gatedcontent.com\/"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "icons": {
        "16": "images\/gcdc-logo_32.png",
        "32": "images\/gcdc-logo_32.png",
        "48": "images\/gcdc-logo_48.png",
        "128": "images\/gcdc-logo_128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "alarms",
        "sidePanel",
        "scripting"
    ],
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "action": {
        "default_icon": {
            "16": "images\/gcdc-logo_32.png",
            "32": "images\/gcdc-logo_32.png",
            "48": "images\/gcdc-logo_48.png",
            "128": "images\/gcdc-logo_128.png"
        }
    },
    "content_security_policy": [],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}